mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Initial changes to restore clings.
Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
This commit is contained in:
@@ -328,10 +328,12 @@ class DeviceProfile {
|
||||
return height / countY;
|
||||
}
|
||||
|
||||
boolean isPhone() {
|
||||
return !isTablet && !isLargeTablet;
|
||||
}
|
||||
boolean isTablet() {
|
||||
return isTablet;
|
||||
}
|
||||
|
||||
boolean isLargeTablet() {
|
||||
return isLargeTablet;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user