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

Commit e69d7548 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in user settings." into nyc-dev

parents 19c01f03 8bda21a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -751,6 +751,9 @@ public class UserSettings extends SettingsPreferenceFragment
                }
                pref.setTitle(user.name);
            }
            if (pref == null) {
                continue;
            }
            if (!isInitialized(user)) {
                if (user.isRestricted()) {
                    pref.setSummary(R.string.user_summary_restricted_not_set_up);