mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Replacing AllApps/Customize in tablet UI with Apps/Customize.
Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
This commit is contained in:
@@ -29,7 +29,6 @@ public class LauncherApplication extends Application {
|
||||
public IconCache mIconCache;
|
||||
private static boolean sIsScreenLarge;
|
||||
private static float sScreenDensity;
|
||||
private static final boolean ENABLE_ROTATION = false;
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
@@ -98,10 +97,6 @@ public class LauncherApplication extends Application {
|
||||
return mModel;
|
||||
}
|
||||
|
||||
public static boolean isInPlaceRotationEnabled() {
|
||||
return sIsScreenLarge && ENABLE_ROTATION;
|
||||
}
|
||||
|
||||
public static boolean isScreenLarge() {
|
||||
return sIsScreenLarge;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user