Rafael

Results 40 comments of Rafael

Any progress on this issue? How I can save item position to show it on orientation change? I tried to use flipTo(); method on onRestoreInstanceState but it gives error

I solved this issue, by feeding FlipView page position from SharedPreferences. I just store FlipView current page in onSaveInstanceState. So on each rotation FlipView reads page position from SharedPreferences

I tried to do it with Bundle but couldn't make it :) I use SharedPreferences because I need to pass page position for from other activity too. Anyway using SharedPreferences...

If supporting image transparency is hard, maybe it would be better to make transparent areas white.

I ran the plugin [Bye-bye-jetifier](https://github.com/dipien/bye-bye-jetifier) and got this result. In order to remove jetifier, we need to fix these 2 dependencies first. ``` Scanning com.github.horizontalsystems:wallet-connect-kotlin:71984f2 Absoulute path: /Users/rafael/.gradle/caches/modules-2/files-2.1/com.github.horizontalsystems/wallet-connect-kotlin/71984f2/665e99b3143750436e995b4b82ce8dbc41ae9b53/wallet-connect-kotlin-71984f2.aar Graphs to...

With ~13000 coins, preloading coin icons is taking vary long time. We decided to postpone this ticket for later.

On fast typing, words shows on screen with delay (typed words, not suggested words). Tested on Mi 10.

@PierfrancescoSoffritti It would great top have samples with Jetpack Compose. I also got confused how to get fullscreen mode using Compose.