Loading src/com/android/launcher3/LauncherState.java +1 −2 Original line number Diff line number Diff line Loading @@ -331,8 +331,7 @@ public abstract class LauncherState implements BaseState<LauncherState> { * Gets the translation provider for workspace pages. */ public PageTranslationProvider getWorkspacePageTranslationProvider(Launcher launcher) { if (this != SPRING_LOADED || this != EDIT_MODE if (!(this == SPRING_LOADED || this == EDIT_MODE) || !launcher.getDeviceProfile().isTwoPanels) { return DEFAULT_PAGE_TRANSLATION_PROVIDER; } Loading Loading
src/com/android/launcher3/LauncherState.java +1 −2 Original line number Diff line number Diff line Loading @@ -331,8 +331,7 @@ public abstract class LauncherState implements BaseState<LauncherState> { * Gets the translation provider for workspace pages. */ public PageTranslationProvider getWorkspacePageTranslationProvider(Launcher launcher) { if (this != SPRING_LOADED || this != EDIT_MODE if (!(this == SPRING_LOADED || this == EDIT_MODE) || !launcher.getDeviceProfile().isTwoPanels) { return DEFAULT_PAGE_TRANSLATION_PROVIDER; } Loading