Merge "Multiple users yields a search result despite being disabled" into main
This commit is contained in:
@@ -1771,6 +1771,9 @@ public class UserSettings extends SettingsPreferenceFragment
|
||||
.updateNonIndexableKeys(niks);
|
||||
new AutoSyncWorkDataPreferenceController(context, null /* parent */)
|
||||
.updateNonIndexableKeys(niks);
|
||||
if (suppressAllPage) {
|
||||
niks.add(KEY_ALLOW_MULTIPLE_USERS);
|
||||
}
|
||||
return niks;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user