Marko Lukic

Results 7 issues of 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 ![Win-Wheel](https://user-images.githubusercontent.com/6000858/72385676-4c7d9080-3720-11ea-89ba-b015090f0f46.gif)

I there any way to start Robo Test with fastlane?

enhancement 🚀

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:...

enhancement 🚀

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,...

bug

**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,...

bug

**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...

bug
waiting for response

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...