Alex Sullivan
Alex Sullivan
No, but the sample app also doesn't immediately show the video so I wouldn't expect to see the error.
I've reopened this issue primarily to ask if this is expected behavior. Is a `minSdk` >= 24 required for instrumentation tests?
Ahhh I tried it while removing the `coreLibraryDesugaringEnabled` call and everything worked as expected. Interesting. I couldn't find any sort of `androidTestCoreLibaryDesugaring` method to employ. The technical details of this...
If you pass an RxBInding observable into an android `ViewModel` and only dispose in the `ViewModel`s `onCleared` method you'll end up leaking the activity, since the observable keeps a strong...