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

Commit fd449c88 authored by Mark Brophy's avatar Mark Brophy
Browse files

Make GEL not crashloop.

Being able to actually use the phone is a good feature.

Change-Id: I345258374dda81a852544d8ed0045e57195f88d3
parent 6075170b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -48,7 +48,12 @@ public class UserManagerCompatVL extends UserManagerCompatV17 {

    @Override
    public Drawable getBadgedDrawableForUser(Drawable unbadged, UserHandleCompat user) {
        try {
            // STOPSHIP(mokani): Clean this up.
            return mUserManager.getBadgedIconForUser(unbadged, user.getUser());
        } catch (Throwable t) {
            return unbadged;
        }
    }

    @Override