Merge "Fix crash when changing navigation modes" into qt-dev
am: 2abd554786
Change-Id: Id21c87dfb1816965a2a811a2ce4fd63b41cf5e29
This commit is contained in:
@@ -66,7 +66,9 @@ public class RotationContextButton extends ContextualButton implements
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
mRotationButtonController.cleanUp();
|
||||
if (mRotationButtonController != null) {
|
||||
mRotationButtonController.cleanUp();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user