Merge "Cancel bonding upon back gesture." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3dcb2b65f7
@@ -82,6 +82,12 @@ public class BluetoothPairingDialogFragment extends InstrumentedDialogFragment i
|
||||
return mDialog;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
mPairingController.onCancel();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user