Fix bug where drag handle translation was not set to 0 on device profile change.
Bug: 77523779 Change-Id: Idec97c34999e05adfac7e9931ab9596a8aae67ae
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user