Merge "Update footer text whenever the ScreenPinningSettings is shown" into main
This commit is contained in:
@@ -240,9 +240,9 @@ public class ScreenPinningSettings extends SettingsPreferenceFragment
|
||||
mUseScreenLock.setChecked(isScreenLockUsed());
|
||||
mUseScreenLock.setTitle(getCurrentSecurityTitle(mLockPatternUtils));
|
||||
} else {
|
||||
mFooterPreference.setSummary(getAppPinningContent());
|
||||
mUseScreenLock.setEnabled(false);
|
||||
}
|
||||
mFooterPreference.setSummary(getAppPinningContent());
|
||||
}
|
||||
|
||||
private boolean isGuestModeSupported() {
|
||||
|
||||
Reference in New Issue
Block a user