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

Commit 13c42cfe authored by Andres Morales's avatar Andres Morales
Browse files

Reduce timeout of dismissing pairing dialog on success

Change-Id: If4b74559cd6f628164b8b114c8c8b509dcb6b884
parent 85d0f81a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ public class PairNfcDevice extends Activity {
            public void run() {
                finish();
            }
        }, 4000);
        }, 1000);
    }

    private void setErrorMode(int errorMsgResourceId) {