You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Fix exception in ResultReturner while setting result for a non-ordered broadcast
```
java.lang.RuntimeException: BroadcastReceiver trying to return result during a non-ordered broadcast
at android.content.BroadcastReceiver$PendingResult.checkSynchronousHint(BroadcastReceiver.java:351)
at android.content.BroadcastReceiver$PendingResult.setResultCode(BroadcastReceiver.java:154)
at com.termux.api.util.ResultReturner.lambda$returnData$0(ResultReturner.java:196)
at com.termux.api.util.ResultReturner$$ExternalSyntheticLambda0.run(Unknown Source:8)
at java.lang.Thread.run(Thread.java:1012)
```
0 commit comments