mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Ensures in all apps that the scrollposition and floating header translation are reset correctly on closing all apps and switching tabs." into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
ffa3bb97ff
@@ -495,6 +495,7 @@ public class AllAppsContainerView extends RelativeLayout implements DragSource,
|
||||
public void onPageSelected(int pos) {
|
||||
tabs.updateTabTextColor(pos);
|
||||
mHeader.setMainActive(pos == 0);
|
||||
reset();
|
||||
applyTouchDelegate();
|
||||
if (mAH[pos].recyclerView != null) {
|
||||
mAH[pos].recyclerView.bindFastScrollbar();
|
||||
|
||||
Reference in New Issue
Block a user