Maxim Savenko
Maxim Savenko
> Do you mean that you need to swipe an item both from right to left and left to right? Yes, exactly! I've tried to do something like this to...
Oh, thank you anyway. Unfortunately I'm newbie android developer but I'll try to understand how it works so may be I can add the function. Could you give me any...
> onInterceptTouchEvent() -> onTouchEvent() > Most of the remaining functions are used within these two, from which you can choose some useful ones to take a look at just along...
I see this happens on MacOS(15.3.1). Just started app starts to consume a lot of CPU. ImHex 1.37. 
> [@maxixcom](https://github.com/maxixcom) This should have been fixed in v1.37.4. At least for me, the CPU usage is way down. What patch are you on? Thank you for pointing the new...
The same is here. The boilerplate code is really annoying. It takes me doing things like: ```kotlin @SchemaMapping(typeName = "RunTaskForPayload", field = "queue") fun getQueueTasksForRunTaskForPayload(): List = getQueueTasks() @SchemaMapping(typeName =...