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

Commit 93cc6add authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

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

am: 2abd5547

Change-Id: Id21c87dfb1816965a2a811a2ce4fd63b41cf5e29
parents 2c57a413 2abd5547
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) {