Skip to content

FIX - IllegalStateException: Reply already submitted#3

Open
saninthottungal wants to merge 2 commits intonikb7:mainfrom
saninthottungal:main
Open

FIX - IllegalStateException: Reply already submitted#3
saninthottungal wants to merge 2 commits intonikb7:mainfrom
saninthottungal:main

Conversation

@saninthottungal
Copy link

The issue

java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=11101, result=0, data=Intent { (has extras) }} to activity {com.nyburs.app/com.nyburs.nyburs.MainActivity}: java.lang.IllegalStateException: Reply already submitted
    at android.app.ActivityThread.deliverResults(ActivityThread.java:4491)
    at android.app.ActivityThread.handleSendResult(ActivityThread.java:4533)
    at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:49)
    at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1861)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:193)
    at android.app.ActivityThread.main(ActivityThread.java:6819)
    at java.lang.reflect.Method.invoke(Method.java)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:497)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:912)

java.lang.IllegalStateException: Reply already submitted
    at Ld.f.a(SourceFile:32)
    at Sd.i.error(SourceFile:24)
    at cd.a.a(SourceFile:48)
    at Jd.k.D(SourceFile:70)
    at Jd.l.onActivityResult(SourceFile:6)
    at android.app.Activity.dispatchActivityResult(Activity.java:7454)
    at android.app.ActivityThread.deliverResults(ActivityThread.java:4484)
    at android.app.ActivityThread.handleSendResult(ActivityThread.java:4533)
    at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:49)
    at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1861)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:193)
    at android.app.ActivityThread.main(ActivityThread.java:6819)
    at java.lang.reflect.Method.invoke(Method.java)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:497)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:912)

How To Reproduce

  1. Run the example app
  2. Tap the Get phone hint button twice immediately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments