Ensures in all apps that the scrollposition and floating header

translation are reset correctly on closing all apps and switching tabs.

Change-Id: I86ba3e7bed4c27c485929af5920f76000d323875
This commit is contained in:
Mario Bertschler
2017-12-12 16:00:22 -08:00
parent d96072e63e
commit f66589db35
2 changed files with 6 additions and 12 deletions

View File

@@ -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();