mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Highlight the tab for the first time
FIXES: 71748023 Change-Id: I051789172a1869ceb950eb5dbbf15e3eeb60ed64
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user