-
### Enhancement Description
- One-line enhancement description (can be used as a release note): Add PSA to block setting `.host` field from ProbeHandler and LifecycleHandler
- Kubernetes Enhanceme…
-
I found the following crasher. No repro steps unfortunately. But hopefully someone has an idea as to why it's happening:
```
com.hannesdorfmann.mosby3.MviConductorLifecycleListener.postDestroy (Mv…
-
`startIntentSenderForResult` is marked `@TargetApi(Build.VERSION_CODES.N)` but it was added in API 16. This is a bug.
When I try to use `startIntentSenderForResult` on API 21 I get a crash:
```
C…
-
**确认已寻找过答案**
我已确认在 [Github issue](https://github.com/wzpan/wukong-robot/issues) 页、[常见问题](https://github.com/wzpan/wukong-robot/wiki/troubleshooting)页、[文档](http://wukong.hahack.com) 中都查找过,没有找到类似问题和资…
-
There is a stable crash after such steps:
1. Open app
2. Open CreateTask screen
3. Hide app
4. Open app
5. Hide app
The reason is in MvpConductorLifecycleListener.
When there is a controller …
-
java.lang.RuntimeException: Unable to destroy activity {.MainActivity}: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParamete…
-
From a crash report in our production app:
```
android.app.FragmentManagerImpl.checkStateLoss (FragmentManager.java:1858)
android.app.FragmentManagerImpl.enqueueAction (FragmentManager.java:1881)…
-
Hi! I'm seeing the following. The flow is from a conductor activity, to a dialog, the calling out to the SMS app, and then when the user hits the back button from the native SMS app, we get the foll…
-
Hey Josh,
Thanks for this library! One issue I noticed is that my app is crashing when I click the "Cancel" button in the authentication dialog.
This is the exception:
```
I/flutter (10367): 2…
-