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

Commit d0e46d88 authored by Michael Jurka's avatar Michael Jurka Committed by Andrew Flynn
Browse files

DO NOT MERGE Fix back button state issue

Back button / down chevron button (eg when you have an IME visible)
was not getting synced on rotation changes

Bug: 6133831
Change-Id: Iefaf3babf92898fcc87a0b14c10b037de04d84e2
parent dfc87c82
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -272,6 +272,8 @@ public class NavigationBarView extends LinearLayout {
        if (DEBUG) {
            Slog.d(TAG, "reorient(): rot=" + mDisplay.getRotation());
        }

        setNavigationIconHints(mNavigationIconHints, true);
    }

    @Override