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