mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
Add missing cancelTimer
This commit is contained in:
@@ -136,6 +136,7 @@ public class PairingHandler {
|
||||
|
||||
@Override
|
||||
public void onFailure(Throwable e) {
|
||||
cancelTimer();
|
||||
Log.e("PairingHandler", "Exception sending pairing request", e);
|
||||
mPairState = PairState.NotPaired;
|
||||
mCallback.pairingFailed(mDevice.getContext().getString(R.string.runcommand_notreachable));
|
||||
|
Reference in New Issue
Block a user