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

Commit 0a2491d9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[User Switcher] Use Log.e instead of Log.wtf" into tm-dev am: 43759074

parents 12fa729d 43759074
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -860,7 +860,7 @@ public class KeyguardSecurityContainer extends FrameLayout {
        private void setupUserSwitcher() {
        private void setupUserSwitcher() {
            final UserRecord currentUser = mUserSwitcherController.getCurrentUserRecord();
            final UserRecord currentUser = mUserSwitcherController.getCurrentUserRecord();
            if (currentUser == null) {
            if (currentUser == null) {
                Log.wtf(TAG, "Current user in user switcher is null.");
                Log.e(TAG, "Current user in user switcher is null.");
                return;
                return;
            }
            }
            Drawable userIcon = findUserIcon(currentUser.info.id);
            Drawable userIcon = findUserIcon(currentUser.info.id);