Merge "BluetoothDialog view fixed for no pair code case"
This commit is contained in:
committed by
Android (Google) Code Review
commit
32fd735a1c
@@ -309,6 +309,8 @@ public final class BluetoothPairingDialog extends AlertActivity implements
|
||||
break;
|
||||
|
||||
case BluetoothDevice.PAIRING_VARIANT_CONSENT:
|
||||
messagePairing.setVisibility(view.GONE);
|
||||
break;
|
||||
case BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT:
|
||||
messagePairing.setVisibility(View.VISIBLE);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user