Joan Disho
Joan Disho
>@jdisho isn't better tag this issue as "on hold"? Thatβs a good suggestion @unnamedd, thanks π Sent with GitHawk
Hey @zhengyaoyuan Thank you for the suggestion. I will consider it π Sent with GitHawk
Hey @freak4pc - Thanks for reminding me.
Have a look at [Papr](https://github.com/jdisho/Papr/tree/rxdatasources-not-working ) @freak4pc `SearchPhoto` is responsible group. To replicate the crash, go to `Search` -> `search something` -> `Photos with "..."`
Are you in `rxdatasources-not-working` branch?
Sorry for the confusion. However, the link is with that branch π
Yes it is, but I don't expect 0 sections. Probably I am missing something from RxDataSources
You are right, but how is the normal flow layout is handling this then?! π€
@aVolpe I ended up creating something like this ```swift private extension HotKey { func handleKeyDown(_ handler: @escaping (() -> Void)) { keyDownHandler = { handler() self.handleKeyDown(handler) } } } ```
Please update to RxKeyboard 2.0 and let me know if this issue is still relevant to you.