MultiImagePicker icon indicating copy to clipboard operation
MultiImagePicker copied to clipboard

Can not start activity

Open ifbugfrog opened this issue 8 years ago • 0 comments

Exception:Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?

You should add flag of FLAG_ACTIVITY_NEW_TASK before start activity

ifbugfrog avatar Nov 14 '16 03:11 ifbugfrog