Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f521af2 authored by Tony Mak's avatar Tony Mak
Browse files

Fix work tab is not highligted properly

Change-Id: Iffa14e56f16bf67f1c6e605b2d303dd8fb38ba6e
FIX: 71703082
parent bac14afd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {