Merge "Cancel bonding upon back gesture." into tm-dev am: 3dcb2b65f7
am: cf6dbff356
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/18236995 Change-Id: I587d89c1fe01d736835a508f4bedc320ec845ec0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -82,6 +82,12 @@ public class BluetoothPairingDialogFragment extends InstrumentedDialogFragment i
|
|||||||
return mDialog;
|
return mDialog;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDestroy() {
|
||||||
|
super.onDestroy();
|
||||||
|
mPairingController.onCancel();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user