Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9531458c authored by Chris Antol's avatar Chris Antol Committed by Android (Google) Code Review
Browse files

Merge "Multiple users yields a search result despite being disabled" into main

parents aed65c34 6fdeb081
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
                }
            };