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

Commit 08c75e4c authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Android (Google) Code Review
Browse files

Merge "Use app context to avoid memory leaks"

parents 09c7a387 5200e1cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -726,7 +726,7 @@ public class UserManager {
    /** @hide */
    public UserManager(Context context, IUserManager service) {
        mService = service;
        mContext = context;
        mContext = context.getApplicationContext();
    }

    /**