mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Make inline qsb part of grid attrs
This should make it more configurable, and be independent of the screen size set by the user. Fix: 223726518 Test: atest Launcher3Tests:HotseatSizeTest Test: atest Launcher3Tests:InlineQsbTest Change-Id: If04f3fb0f556103f60b580c757a9fc06da561516
This commit is contained in:
@@ -58,7 +58,6 @@ import com.android.launcher3.util.WindowBounds;
|
||||
public class WindowManagerProxy implements ResourceBasedOverride {
|
||||
|
||||
public static final int MIN_TABLET_WIDTH = 600;
|
||||
public static final int MIN_LARGE_TABLET_WIDTH = 720;
|
||||
|
||||
public static final MainThreadInitializedObject<WindowManagerProxy> INSTANCE =
|
||||
forOverride(WindowManagerProxy.class, R.string.window_manager_proxy_class);
|
||||
|
||||
Reference in New Issue
Block a user