Merge "Wait a bit longer to take screenshot" into rvc-dev am: 007b5f7e71 am: 922669b847
Change-Id: I0adda914014cf274242e5c195803ec9be04b9cf9
This commit is contained in:
@@ -1638,7 +1638,7 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener,
|
||||
private static final int MESSAGE_REFRESH = 1;
|
||||
private static final int MESSAGE_SHOW = 2;
|
||||
private static final int DIALOG_DISMISS_DELAY = 300; // ms
|
||||
private static final int DIALOG_PRESS_DELAY = 500; // ms
|
||||
private static final int DIALOG_PRESS_DELAY = 850; // ms
|
||||
|
||||
@VisibleForTesting void setZeroDialogPressDelayForTesting() {
|
||||
mDialogPressDelay = 0; // ms
|
||||
|
||||
Reference in New Issue
Block a user