Merge "Reduce timeout of dismissing pairing dialog on success"
This commit is contained in:
committed by
Android (Google) Code Review
commit
96b0b43a8a
@@ -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