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

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