Highlight the tab for the first time

FIXES: 71748023

Change-Id: I051789172a1869ceb950eb5dbbf15e3eeb60ed64
This commit is contained in:
Tony Mak
2018-01-18 13:53:45 +00:00
parent fddaaca841
commit cad08fb661
2 changed files with 9 additions and 16 deletions

View File

@@ -591,7 +591,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();
}
}