mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Add peek to work tab animation
Only the tab is moved, the RV does not. Fix: 71748023 Change-Id: I99216e9072df03104dd0644f3909e8b49e07faf0
This commit is contained in:
@@ -216,6 +216,7 @@ public class AllAppsTransitionController
|
||||
} else if (Float.compare(mProgress, 0f) == 0) {
|
||||
mHotseat.setVisibility(View.INVISIBLE);
|
||||
mAppsView.setVisibility(View.VISIBLE);
|
||||
mAppsView.onScrollUpEnd();
|
||||
} else {
|
||||
mAppsView.setVisibility(View.VISIBLE);
|
||||
mHotseat.setVisibility(View.VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user