Loading src/com/android/launcher3/widget/picker/WidgetsFullSheet.java +8 −6 Original line number Diff line number Diff line Loading @@ -794,13 +794,15 @@ public class WidgetsFullSheet extends BaseWidgetSheet } // Checks the orientation of the screen if (LARGE_SCREEN_WIDGET_PICKER.get() && mOrientation != newConfig.orientation && mDeviceProfile.isTablet && !mDeviceProfile.isTwoPanels) { if (mOrientation != newConfig.orientation) { mOrientation = newConfig.orientation; if (LARGE_SCREEN_WIDGET_PICKER.get() && mDeviceProfile.isTablet && !mDeviceProfile.isTwoPanels) { handleClose(false); show(Launcher.getLauncher(getContext()), false); } else { reset(); } } } Loading Loading
src/com/android/launcher3/widget/picker/WidgetsFullSheet.java +8 −6 Original line number Diff line number Diff line Loading @@ -794,13 +794,15 @@ public class WidgetsFullSheet extends BaseWidgetSheet } // Checks the orientation of the screen if (LARGE_SCREEN_WIDGET_PICKER.get() && mOrientation != newConfig.orientation && mDeviceProfile.isTablet && !mDeviceProfile.isTwoPanels) { if (mOrientation != newConfig.orientation) { mOrientation = newConfig.orientation; if (LARGE_SCREEN_WIDGET_PICKER.get() && mDeviceProfile.isTablet && !mDeviceProfile.isTwoPanels) { handleClose(false); show(Launcher.getLauncher(getContext()), false); } else { reset(); } } } Loading