android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
at android.app.ContextImpl.startActivity(ContextImpl.java:734)
at android.app.ContextImpl.startActivity(ContextImpl.java:721)
at kitchen.dev.icfbooks.esther.MediaListActivity$2.onResult(MediaListActivity.java:120)
at kitchen.dev.icfbooks.esther.MediaListActivity$2.onResult(MediaListActivity.java:108)
at kitchen.dev.icfbooks.esther.dal.ApiClient$1$1.onResponse(ApiClient.java:81)
at kitchen.dev.icfbooks.esther.dal.ApiClient$1$1.onResponse(ApiClient.java:75)
at com.android.volley.toolbox.ImageRequest.deliverResponse(ImageRequest.java:219)
at com.android.volley.toolbox.ImageRequest.deliverResponse(ImageRequest.java:35)
at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:99)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7224)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? at android.app.ContextImpl.startActivity(ContextImpl.java:734) at android.app.ContextImpl.startActivity(ContextImpl.java:721) at kitchen.dev.icfbooks.esther.MediaListActivity$2.onResult(MediaListActivity.java:120) at kitchen.dev.icfbooks.esther.MediaListActivity$2.onResult(MediaListActivity.java:108) at kitchen.dev.icfbooks.esther.dal.ApiClient$1$1.onResponse(ApiClient.java:81) at kitchen.dev.icfbooks.esther.dal.ApiClient$1$1.onResponse(ApiClient.java:75) at com.android.volley.toolbox.ImageRequest.deliverResponse(ImageRequest.java:219) at com.android.volley.toolbox.ImageRequest.deliverResponse(ImageRequest.java:35) at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:99) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:158) at android.app.ActivityThread.main(ActivityThread.java:7224) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)