Sebas LG
Sebas LG
It will be a great usability improvement if the dragging can only be in one direction, to help the user understand the mental model of the window opening/closing, e.g. the...
Reading the defer+just solution I remembered there is a fromCallable() in Rx, wouldn't solve the problem described in a simpler way? http://reactivex.io/documentation/operators/start.html http://artemzin.com/blog/rxjava-defer-execution-of-function-via-fromcallable/ Is there any advantage in using defer+just...
They are like Subjects but without onError or onComplete (they also have toSerialized()) so they can be safer for the purpose of this project: https://github.com/JakeWharton/RxRelay PS: Thanks for sharing, it's...
### **What happens** Crash `java.lang.RuntimeException: Unable to get provider com.usabilla.sdk.ubform.utils.UbFileProvider` when opening the Instant App. Full crash log below. ### **Why** We use Usabilla SDK as part of a dynamic-feature...
This also prevents the app from crashing when the destination fragment has arguments.
**Describe the bug** When using a message to define an object without any attribute (empty message), the generated kotlin code is broken for the `toPlatform` and `toKotlin` generated functions **To...