Reduce timeout of dismissing pairing dialog on success
Change-Id: If4b74559cd6f628164b8b114c8c8b509dcb6b884
This commit is contained in:
@@ -151,7 +151,7 @@ public class PairNfcDevice extends Activity {
|
||||
public void run() {
|
||||
finish();
|
||||
}
|
||||
}, 4000);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
private void setErrorMode(int errorMsgResourceId) {
|
||||
|
Reference in New Issue
Block a user