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

Commit 5a81870e authored by Dmitry Dementyev's avatar Dmitry Dementyev Committed by Android (Google) Code Review
Browse files

Merge "Remove AbstractAccountAuthenticator.mContext" into main

parents 3316df19 6d748391
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -142,10 +142,7 @@ public abstract class AbstractAccountAuthenticator {
    private static final String KEY_ACCOUNT =
            "android.accounts.AbstractAccountAuthenticator.KEY_ACCOUNT";

    private final Context mContext;

    public AbstractAccountAuthenticator(Context context) {
        mContext = context;
    }

    private class Transport extends IAccountAuthenticator.Stub {