Merge "BluetoothDialog view fixed for no pair code case"

This commit is contained in:
Salvador Martinez
2016-10-03 19:52:12 +00:00
committed by Android (Google) Code Review
3 changed files with 4 additions and 0 deletions

View File

@@ -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;