Merge "Merge "Fix crash when changing navigation modes" into qt-dev am: 2abd554786 am: 5c3086add5" into qt-r1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
820a64159b
@@ -66,8 +66,10 @@ public class RotationContextButton extends ContextualButton implements
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onDestroy() {
|
public void onDestroy() {
|
||||||
|
if (mRotationButtonController != null) {
|
||||||
mRotationButtonController.cleanUp();
|
mRotationButtonController.cleanUp();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onNavigationModeChanged(int mode) {
|
public void onNavigationModeChanged(int mode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user