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

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

Merge "Correctly update rtl state in navbar once language changes"

parents 2102bf63 5fd8041d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -909,6 +909,11 @@ public class NavigationBarView extends FrameLayout implements PluginListener<Nav
            Log.d(TAG, "reorient(): rot=" + mCurrentRotation);
        }

        // Resolve layout direction if not resolved since components changing layout direction such
        // as changing languages will recreate this view and the direction will be resolved later
        if (!isLayoutDirectionResolved()) {
            resolveLayoutDirection();
        }
        updateTaskSwitchHelper();
        setNavigationIconHints(mNavigationIconHints, true);