Fix work tab is not highligted properly

Change-Id: Iffa14e56f16bf67f1c6e605b2d303dd8fb38ba6e
FIX: 71703082
This commit is contained in:
Tony Mak
2018-03-15 16:37:34 +00:00
parent bac14afd1e
commit 4f521af287

View File

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