Loading src/com/android/launcher3/widget/picker/WidgetsFullSheet.java +2 −1 Original line number Diff line number Diff line Loading @@ -683,7 +683,8 @@ public class WidgetsFullSheet extends BaseWidgetSheet public static WidgetsFullSheet show(Launcher launcher, boolean animate) { boolean isTwoPane = LARGE_SCREEN_WIDGET_PICKER.get() && launcher.getDeviceProfile().isTablet && launcher.getDeviceProfile().isLandscape; && launcher.getDeviceProfile().isLandscape && !launcher.getDeviceProfile().isTwoPanels; WidgetsFullSheet sheet; if (isTwoPane) { Loading Loading
src/com/android/launcher3/widget/picker/WidgetsFullSheet.java +2 −1 Original line number Diff line number Diff line Loading @@ -683,7 +683,8 @@ public class WidgetsFullSheet extends BaseWidgetSheet public static WidgetsFullSheet show(Launcher launcher, boolean animate) { boolean isTwoPane = LARGE_SCREEN_WIDGET_PICKER.get() && launcher.getDeviceProfile().isTablet && launcher.getDeviceProfile().isLandscape; && launcher.getDeviceProfile().isLandscape && !launcher.getDeviceProfile().isTwoPanels; WidgetsFullSheet sheet; if (isTwoPane) { Loading