Fatal Exception: java.lang.IllegalStateException: Broadcast already finished

664 Views Asked by At

I am getting this below fatal crash from the firebase Crashlytics. here are the details logs. Does anybody have any idea how to solve this issue?

Fatal Exception: java.lang.IllegalStateException: Broadcast already finished
   at android.content.BroadcastReceiver$PendingResult.sendFinished(BroadcastReceiver.java:248)
   at android.content.BroadcastReceiver$PendingResult$1.run(BroadcastReceiver.java:221)
   at android.app.QueuedWork.processPendingWork(QueuedWork.java:258)
   at android.app.QueuedWork.-wrap0()
   at android.app.QueuedWork$QueuedWorkHandler.handleMessage(QueuedWork.java:278)
   at android.os.Handler.dispatchMessage(Handler.java:105)
   at android.os.Looper.loop(Looper.java:164)
   at android.os.HandlerThread.run(HandlerThread.java:65)
0

There are 0 best solutions below