mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fix work tab is not highligted properly
Change-Id: Iffa14e56f16bf67f1c6e605b2d303dd8fb38ba6e FIX: 71703082
This commit is contained in:
@@ -305,9 +305,9 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
|
||||
}
|
||||
|
||||
private void updatePageIndicator() {
|
||||
// Update the page indicator (when we aren't reordering)
|
||||
if (mPageIndicator != null) {
|
||||
mPageIndicator.setPageDescription(getPageIndicatorDescription());
|
||||
mPageIndicator.setActiveMarker(getNextPage());
|
||||
}
|
||||
}
|
||||
protected void pageBeginTransition() {
|
||||
|
||||
Reference in New Issue
Block a user