Merge "Fix “Learn more” link not working on Magnification shortcut page from Vision Settings" into sc-dev am: 94ac5181ba am: b11c11196c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14554349 Change-Id: I4cc27a0e25897dc6e77a8dc0e3f47b36f76a5ce1
This commit is contained in:
@@ -44,6 +44,12 @@ public class ToggleScreenMagnificationPreferenceFragmentForSetupWizard
|
|||||||
super.onStop();
|
super.onStop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getHelpResource() {
|
||||||
|
// Hides help center in action bar and footer bar in SuW
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onViewCreated(View view, Bundle savedInstanceState) {
|
public void onViewCreated(View view, Bundle savedInstanceState) {
|
||||||
super.onViewCreated(view, savedInstanceState);
|
super.onViewCreated(view, savedInstanceState);
|
||||||
|
|||||||
Reference in New Issue
Block a user