mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 14:15:14 +00:00
Add missing break caught in code review
This commit is contained in:
@@ -64,6 +64,7 @@ public class PairingHandler {
|
||||
case Paired:
|
||||
Log.w("PairingHandler", "Auto-accepting pairing request from a device we already trusted");
|
||||
acceptPairing();
|
||||
break;
|
||||
case NotPaired:
|
||||
mPairState = PairState.RequestedByPeer;
|
||||
|
||||
|
Reference in New Issue
Block a user