Mikhail Reznichenko

Results 8 comments of Mikhail Reznichenko

@yvolk their other sides have the same size that the thumb (long scroll button) has

@yvolk narrow button? I thought you meant thick button. Well, then it's a bug indeed.

@Alex009 If I remember correctly, I found a case where I needed bindings for setting ImageResource as ImageView's `android:src` and ColorResource as ImageView's `android:background`. I think there may be other...

Possible solution - add `needSkipRequest` lambda as another parameter in RefreshTokenPlugin: ```kotlin class RefreshTokenPlugin( private val updateTokenHandler: suspend () -> Boolean, private val isCredentialsActual: (HttpRequest) -> Boolean, private val needSkipRequest:...

Current Usage section in readme is outdated - the API of the library has changed.

I think it's related to a new korge version you have in your own project. I'm unfamiliar with the latest versions of korge, this project uses korge-gradle-plugin v2.4.1 ([here](https://github.com/RezMike/2048/blob/master/build.gradle.kts#L13)). Regretfully,...

Hi @pcorreia89! Unfortunately, I haven't used KorGE for a long time, so I don't know the new API and can't help you here. Sorry :( But I think you can...

@g-marcondes thank you for your help, any PR will be welcome!