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

Commit dafb4d10 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Resolve RTL Work tab highlight" into ub-launcher3-rvc-dev

parents afc0bb05 73911d65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,8 +135,8 @@ public class PersonalWorkSlidingTabStrip extends LinearLayout implements PageInd
    @Override
    public void setActiveMarker(int activePage) {
        updateTabTextColor(activePage);
        updateIndicatorPosition(activePage);
        if (mContainerView != null && mLastActivePage != activePage) {
            updateIndicatorPosition(activePage);
            mContainerView.onTabChanged(activePage);
        }
        mLastActivePage = activePage;