Merge changes from topic "avivadla-ephemeral-guest-ui-fixes-tm-qpr-dev" into tm-qpr-dev

* changes:
  Rename method for better readability
  Fix the Ephemeral guest mode UI bugs
This commit is contained in:
Avinash Vadlamudi
2022-06-08 04:03:11 +00:00
committed by Android (Google) Code Review
5 changed files with 20 additions and 51 deletions

View File

@@ -185,7 +185,6 @@ public class UserSettingsTest {
mFragment.mGuestCategory = mock(PreferenceCategory.class);
mFragment.mGuestResetPreference = mock(Preference.class);
mFragment.mGuestExitPreference = mock(Preference.class);
mFragment.mGuestInfoPreference = mock(Preference.class);
}
@After