Loading src/com/android/launcher3/BaseContainerView.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public abstract class BaseContainerView extends FrameLayout { Launcher launcher = Launcher.getLauncher(context); int width = launcher.getDeviceProfile().availableWidthPx; if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP && this instanceof AllAppsContainerView && launcher.getDeviceProfile().isLandscape) { this instanceof AllAppsContainerView && !launcher.getDeviceProfile().isLandscape) { mHorizontalPadding = 0; } else { mHorizontalPadding = DeviceProfile.getContainerPadding(context, width); Loading Loading
src/com/android/launcher3/BaseContainerView.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public abstract class BaseContainerView extends FrameLayout { Launcher launcher = Launcher.getLauncher(context); int width = launcher.getDeviceProfile().availableWidthPx; if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP && this instanceof AllAppsContainerView && launcher.getDeviceProfile().isLandscape) { this instanceof AllAppsContainerView && !launcher.getDeviceProfile().isLandscape) { mHorizontalPadding = 0; } else { mHorizontalPadding = DeviceProfile.getContainerPadding(context, width); Loading