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

Skip to content
Commit 4452f979 authored by Danesh Mondegarian's avatar Danesh Mondegarian Committed by Gerrit Code Review
Browse files

Dialer : Fix T9 add to contacts

Use activity context rather than application
QuickContactBadge can only function with an activity context,
in its current state, it crashes with :

E/AndroidRuntime(12944): FATAL EXCEPTION: main
E/AndroidRuntime(12944): android.util.AndroidRuntimeException:
Calling startActivity() from outside of an Activity  context requires
the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?

Patchset 2 : only use activity context for adapter

Patchset 3: Get rid of mContext variable and rearrange parameters

Change-Id: If6dec5a5e12e7006637331861e8d3d4275c31cd0
parent 5a6b835f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment