Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b67baca authored by Jon Miranda's avatar Jon Miranda
Browse files

Fix bug where drag handle translation was not set to 0 on device profile change.

Bug: 77523779
Change-Id: Idec97c34999e05adfac7e9931ab9596a8aae67ae
parent 86d7b2d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ public class AllAppsTransitionController implements StateHandler, OnDeviceProfil
            mAppsView.setAlpha(1);
            mLauncher.getHotseat().setTranslationY(0);
            mLauncher.getWorkspace().getPageIndicator().setTranslationY(0);
            mLauncher.getDragHandleIndicator().setTranslationY(0);
        }
    }