Fix two intro strings for Magnification page during Suw

- Keep the SuW intro and hide the setting intro

Bug: 220025399
Test: Manual testing
Change-Id: Ie4e9eace8dbd638bd141c14a22603644d93d458a
This commit is contained in:
menghanli
2022-02-17 14:39:32 +08:00
parent d23672a469
commit 1a4ca56796
4 changed files with 14 additions and 5 deletions

View File

@@ -46,6 +46,9 @@ public class ToggleScreenReaderPreferenceFragmentForSetupWizard
description, icon);
mToggleSwitchWasInitiallyChecked = mToggleServiceSwitchPreference.isChecked();
if (mTopIntroPreference != null) {
mTopIntroPreference.setVisible(false);
}
}
@Override