Halve listview update delay
Will do further reductions later with a slower rollout. Bug: 224816815 Test: atest ChooserActivityTest Change-Id: I9c00137d73febca8f8576e579e55157aa1bd05fe
This commit is contained in:
@@ -245,7 +245,7 @@ public class ChooserActivity extends ResolverActivity implements
|
||||
SystemUiDeviceConfigFlags.IS_NEARBY_SHARE_FIRST_TARGET_IN_RANKED_APP,
|
||||
DEFAULT_IS_NEARBY_SHARE_FIRST_TARGET_IN_RANKED_APP);
|
||||
|
||||
private static final int DEFAULT_LIST_VIEW_UPDATE_DELAY_MS = 250;
|
||||
private static final int DEFAULT_LIST_VIEW_UPDATE_DELAY_MS = 125;
|
||||
|
||||
@VisibleForTesting
|
||||
int mListViewUpdateDelayMs = DeviceConfig.getInt(DeviceConfig.NAMESPACE_SYSTEMUI,
|
||||
|
||||
Reference in New Issue
Block a user