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

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

Merge "Fix crash when changing navigation modes" into qt-dev

parents 85427e40 559f5557
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -66,8 +66,10 @@ public class RotationContextButton extends ContextualButton implements

    @Override
    public void onDestroy() {
        if (mRotationButtonController != null) {
            mRotationButtonController.cleanUp();
        }
    }

    @Override
    public void onNavigationModeChanged(int mode) {