Marko Lukic
Marko Lukic
- it will be super useful if you can configure the number of rounds before wheel stops in order to achieve lucky wheel effect 
Add action return values in order to use it in Fastfile ``` result = run_tests_firebase_testlab( project_id: "projectid", model: "Nexus6P,sailfish,victara", version: "27,28,19", locale: "en_US,en_US,en_US", orientation: "portrait,portrait,portrait", gcloud_service_key_file: "key.json", app_apk:"./app-staging-debug.apk", android_test_apk:"./app-staging-debug-androidTest.apk", output_dir:...
After I swiped a card the method func cardStack(_ cardStack: SwipeCardStack, didSwipeCardAt index: Int, with direction: SwipeDirection) of SwipeCardStackDelegate is called. Printing topCardIndex property of SwipeCardStack object always returns 1,...
**Describe the bug** getUnreadMessagesCount returns a valid number if get channel using `chatClient.queryChannel` but if I call `chatClient.queryChannels` it returns 0. Working: ```kotlin chatClient.queryChannel( channelType = event.channelType, channelId = event.channelId,...
**Describe the bug** There is no option (or I'm not aware of it) to change the Message List Header title text **SDK version** 5.17.10 **Expected behavior** I expect the option...
When the fragment is reopened I get the message "RecyclerView: No adapter attached; skipping layout" and EpoxyRecyclerView now shows the list items. I found that for "regular" android RecyclerView you...