Eddy Yoel Fresno Hdez
Eddy Yoel Fresno Hdez
TO fixed I found on RecordCircleView.kt need to change the conditional at line 124. The value inside dipInt most be changed from 57f to 100f: `if (startTranslation - lockAnimatedTranslation >=...
> Can demo reproduce this? I cant share the code on use. But i can explain: - On slide to cancel, if u take the action to the end of...
> This only occurs for PNG files. > > This is because the quality constraint won't change anything when the original file is a PNG file. I was literally awake...
My current solution is use fillXXX in the specific case. For example. if i want RESIZE_MODE_FIXED_WIDTH i use the container with fillMaxWith() and not fillMaxSize(). that works to solve my...
For that u have tu use a stun-turn server connection. Stun resolves Public IPs and Turn is the gateway for them to connect. U cannot use a p2p connection outside...
I made a way for this and was creating a custom Model for PlayerState. In this u can save what ever property from the player to update your UI. Once...