Merge "Highlight the tab for the first time" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2018-02-01 17:28:56 +00:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 16 deletions

View File

@@ -538,7 +538,7 @@ public class AllAppsContainerView extends RelativeLayout implements DragSource,
public void onScrollUpEnd() {
if (mUsingTabs) {
((PersonalWorkSlidingTabStrip) findViewById(R.id.tabs)).peekWorkTabIfNecessary();
((PersonalWorkSlidingTabStrip) findViewById(R.id.tabs)).highlightWorkTabIfNecessary();
}
}