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

Commit 1289d903 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android Git Automerger
Browse files

am 7805b032: Merge "Prevent activity leak which was introduced in Ifb86c931" into ics-factoryrom

* commit '7805b032':
  Prevent activity leak which was introduced in Ifb86c931
parents 9d661647 7805b032
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;
    }