Merge "Reset tooltip preference to fix flaky test." into sc-dev am: 59cc921223

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15273833

Change-Id: Ie9988be0ddda7fca9c71847cceaa4ded08256fc7
This commit is contained in:
TreeHugger Robot
2021-07-13 19:44:28 +00:00
committed by Automerger Merge Worker

View File

@@ -99,6 +99,8 @@ public class VolumeDialogImplTest extends SysuiTestCase {
Prefs.putInt(mContext,
Prefs.Key.SEEN_RINGER_GUIDANCE_COUNT,
VolumePrefs.SHOW_RINGER_TOAST_COUNT + 1);
Prefs.putBoolean(mContext, Prefs.Key.HAS_SEEN_ODI_CAPTIONS_TOOLTIP, false);
}
private State createShellState() {