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

Commit 5200e1cb authored by Fyodor Kupolov's avatar Fyodor Kupolov
Browse files

Use app context to avoid memory leaks

Bug: 31581886
Test: manual
Change-Id: I375ed953665e431cc8f15a2ceefacabd9055269c
parent ee18f669
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();
    }

    /**