Merge "Fix crash when changing navigation modes" into qt-dev am: 2abd554786
am: 5c3086add5
Change-Id: I3589bc26fa0e513e80aecbc950094e6522b75867
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