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