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

Commit 96b0b43a authored by Andres Morales's avatar Andres Morales Committed by Android (Google) Code Review
Browse files

Merge "Reduce timeout of dismissing pairing dialog on success"

parents dde5db16 13c42cfe
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) {