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

Commit 058576f1 authored by Rubin Xu's avatar Rubin Xu Committed by Android (Google) Code Review
Browse files

Merge "Reload active profiles when constructing WorkModeTile"

parents 3dbb412c 0e4418f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ public class WorkModeTile extends QSTile<QSTile.BooleanState> {
        super(host);
        mUserManager = UserManager.get(mContext);
        mProfiles = new LinkedList<UserInfo>();
        reloadManagedProfiles(UserHandle.USER_CURRENT);
    }

    @Override