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:
Jon Miranda
2018-04-03 11:54:49 -07:00
parent 86d7b2d81d
commit 2b67bacadc
@@ -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);
}
}