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

Commit e06acaab authored by Shawn Lin's avatar Shawn Lin Committed by Android (Google) Code Review
Browse files

Merge "Fixed userId not updated when user changed" into main

parents b6a96481 43b3159d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -246,6 +246,8 @@ public class FaceSettings extends DashboardFragment {
            final PreferenceCategory category =
                    findPreference(PREF_KEY_USE_FACE_TO_CATEGORY);
            category.setVisible(true);
            use(FaceSettingsKeyguardUnlockPreferenceController.class).setUserId(mUserId);
            use(FaceSettingsAppsPreferenceController.class).setUserId(mUserId);
        }
    }