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

Commit 7805b032 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Prevent activity leak which was introduced in Ifb86c931" into ics-factoryrom

parents ce5a2532 42342a7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class ContactEditorUtils {

    @VisibleForTesting
    ContactEditorUtils(Context context, AccountTypeManager accountTypes) {
        mContext = context;
        mContext = context.getApplicationContext();
        mPrefs = PreferenceManager.getDefaultSharedPreferences(mContext);
        mAccountTypes = accountTypes;
    }