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

Commit 5c3086ad 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: I1c2974948df42ba3fb46876ea5e7f7315b8779a2
parents 7d1bb399 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) {