KamikX
KamikX
Hello, I used navigation components version `2.4.0-alpha04` and I have same issue, my solution is inspired by @AlexMobileStyles, the main problem is with `setPopUpTo`method with `saveState = true`, btw is...
Just override **getPayloadForImageLoader** in custom VH and implement own logic in **ImageLoader**, in your case replace string with byte stream array and customize logic in ImageLoader. ``` class CustomOutcomingImageMessageViewHolder(private val...
Hi @bmx666 thanks for workaround 👍
Color is from ripple **drawable control_background_multi_material.xml,** which is setted like background in Multislider, there is atrtibute color set to the selector **control_highlight_material.xml**. This selector uses **colorControlActivated** for unpressed state and...
@mathieudz You have two problem first is `Not null violation on column created_by `, try fix this and maybe problem `Cannot modify readonly property Doctrine\ORM\EntityManager::$conn` will gone, I had a...
@mathieudz Sorry, you are right, I was only concentrating on solving my current problem in the code and didn't read the whole context.