Del_S
Del_S
Seems like this is a duplicate of https://github.com/r0adkll/upload-google-play/issues/85 which should be fixed by https://github.com/r0adkll/upload-google-play/pull/87/files. I checked the source and the change is in the latest version. But using `uses: r0adkll/upload-google-play@v1`...
We are also encountering this issue on about 2,6k devices. It also seems there is already an issue in google issue tracker: https://issuetracker.google.com/issues/186436360.
Or another idea. When you click on the tooltip it will recalculate size to show complete text. That would probably have to ignore anchor position.
Another issue wi proguard is with **Text-to-speech library**. Issue was due to [Java Gax](https://github.com/googleapis/gax-java) which is used to get library version. Done in [Speech](https://github.com/googleapis/java-speech/search?q=getLibraryVersion) and [TextToSpeech](https://github.com/googleapis/java-texttospeech/search?q=getLibraryVersion) as well. It uses...
I'm using it like this and it works fine in my case. ``` app:gaugeStartAngle="270" app:gaugeStartValue="0" app:gaugeStrokeCap="ROUND" ```
So since Compose only updates Composables that changed I had the issue with this as well where only parts of the app were reworded. I bypassed it by showing loading...
@bubenheimer Hi, I would agree with that if that did not happen with Deeplinking (and fast clicking in some cases) as well. I just created the easiest case to implement....
Ah right it makes sense that the LifecycleOwner changes that seems to be the main "problem". The repo is not a proper way of using bottom navigation -> I agree...
Ok, great. Thanks for the help. :+1:
Thanks I will take a look at it tomorrow. But the weird thing is that only thing I did is to enable the coverage and I believe it uses embedded...