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

Commit 0dc979a6 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

am: 93cc6add

Change-Id: Ibb0817cc09c630b3231ef6575802d09683466470
parents 0584320e 93cc6add
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) {