Philipp Nowak
Philipp Nowak
@chathuraed Can you show your usage of `addValidation(...)`? I experienced the same issue but only when I use for example the one with the `Activity` as the first parameter. Try...
Nope, it didn't. Never got a response back. On the otherhand this PR wasn't working on some Samsung devices if I remember correctly. That was also the reason why I...
It would be possible by the following commands: `adb shell input keyevent 82 && adb shell input text 1234 && adb shell input keyevent 66` Some devices may need `keyevent...
Found out that this behaviour is actually described in the docs too: https://developer.android.com/reference/android/provider/MediaStore#ACTION_IMAGE_CAPTURE 😟 For now we use the workaround to request the camera permission on our side in advance....
Sorry for the late answer, was quite busy. I opened a PR with the change in the FAQs :)
Anything new on this topic? We are running into the same issue
The only way I found was the one I mentioned above. Use `CoroutineScope(Dispatchers.Main).launch(exceptionHandler) {...}` directly. In addition you can take the `Job` it returns and make sure to cancel it...
@BraisGabin this seems to be some gradle specific stuff. I read this article about it https://blog.gradle.org/simpler-kotlin-dsl-property-assignment and then verified it by the test
Thanks @3flex for the clarification ☺️ I like the idea introducing a separate set for non language default operators. Changes have been pushed.
We are also seeing this on a Nexus 5X in Crashlytics