Vitalii
Vitalii
@benbaxter Thank you for your hints. Could you please tell me, if the user disables the PictureInPicture via the `Settings/AppInfo/Advanced/Picture-in-Picture` option, how can I read this settings in my app?...
Then you need make separate activity for pip case. Pip works only in activity bounds.
Hello guys, any updates on the issue?
Hello everyone, i've bumped with the same issue, and via recents i even can return to the underlying activity and close it via click back :-) It is a very...
Just in case, I tried with https://github.com/square/burst - have the same issue.
Hello, I think i know, how we can resolve this issue. add this code after line #119 in ExpandableTextView (onClick method): ``` java if (0 == mCollapsedHeight) { mCollapsedHeight =...
It is the same with `5.3.1` version, any updates?
It is a working solution, thanks @ZDZN !!! I've created JitPack reference with this fix, use `com.github.ultraon.RxCache:runtime:63d5ac1412` until the PR is merged.
To fix the issue you need to exclude `androidx.core:core` transitive dependency from `androidTest "com.kaspersky.android-components:kaspresso:${Versions.kaspresso}"`: ```Groovy dependencies { // ... androidTestImplementation("com.kaspersky.android-components:kaspresso:${Versions.kaspresso}") { exclude group: "androidx.core", module: "core" } } ```
Gradle - 6.7.1, Android Gradle Plugin - 4.2.1