commit | a3f6a70e9b9594e1a622118db40b653a644f52d8 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Aug 25 18:06:28 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 25 18:06:28 2023 +0000 |
tree | a7c9619af3370b0e590c74ee06927de636d7ffab | |
parent | 1937711c8a780c6b169f1a04d6c941f7d4c395f0 [diff] | |
parent | 4e4877916ddcd2312be48473d46b66ba68d538f6 [diff] |
Merge "Implement DISALLOW_NFC AE user restriction" into main
diff --git a/src/com/android/settings/security/screenlock/PinPrivacyPreferenceController.kt b/src/com/android/settings/security/screenlock/PinPrivacyPreferenceController.kt index 176183e..78656e8 100644 --- a/src/com/android/settings/security/screenlock/PinPrivacyPreferenceController.kt +++ b/src/com/android/settings/security/screenlock/PinPrivacyPreferenceController.kt
@@ -45,7 +45,7 @@ return PREF_KEY } - override fun onPreferenceChange(preference: Preference?, value: Any?): Boolean { + override fun onPreferenceChange(preference: Preference, value: Any): Boolean { lockPatternUtils.setPinEnhancedPrivacyEnabled((value as Boolean), userId) return true }