Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11ce6445 authored by Lei Yu's avatar Lei Yu Committed by Gerrit Code Review
Browse files

Merge "Settings: [BT] Wrong Pairing Popup is shown on new pairing request."

parents a85fa6c5 b4bbe948
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -124,7 +124,8 @@ public final class BluetoothPairingService extends Service {
                .setLocalOnly(true);

        PendingIntent pairIntent = PendingIntent.getActivity(this, 0,
                getPairingDialogIntent(this, intent), PendingIntent.FLAG_ONE_SHOT);
                getPairingDialogIntent(this, intent),
                PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_UPDATE_CURRENT);

        PendingIntent dismissIntent = PendingIntent.getBroadcast(this, 0,
                new Intent(ACTION_DISMISS_PAIRING), PendingIntent.FLAG_ONE_SHOT);