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

Commit 1fc373c7 authored by Himanshu Gupta's avatar Himanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Adding support for Private Space badge in SettingsLib." into main

parents eaebba0a 00dd9308
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -607,6 +607,8 @@ public class Utils {
                    userType = UserIconInfo.TYPE_CLONED;
                } else if (ui.isManagedProfile()) {
                    userType = UserIconInfo.TYPE_WORK;
                } else if (ui.isPrivateProfile()) {
                    userType = UserIconInfo.TYPE_PRIVATE;
                }
            }
        } catch (Exception e) {