SzymonJarosz

Results 17 comments of SzymonJarosz

Hey, I think happens to me as well. It's a NPE on simpleFacebook instance `Fatal Exception: java.lang.RuntimeException Unable to resume activity {registration.activities.GetInActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=64206, result=0, data=null}...

same here. As a workaround I have forked the project and modified DialogPlus.java createView() function following way: ``` private View createView(LayoutInflater inflater, View headerView, View footerView, BaseAdapter adapter) { View...

Hello @kibrushi Thanks for reaching out. We are investigating this. Will get back to you once we understand what is the problem.

Hello @dozyx Thanks for your feedback! This is not possible with current implementation of this library. However we will be discussing possibilities with the team and will get back to...

Hey @IBMDJ ! Thanks for reaching out! Currently this is not possible. We are assessing technical requirements to make this available. We will come back to you on this.

Hello! Could you set up [Event Listener](https://github.com/livechat/chat-window-android#chatwindoweventslistener) and use it to get the error message and send it here? I did try to close/open chat many times, but couldn't reproduce...

We will track this issue in #80

Hello! I've checked with the latest version on Android SDK 30 and works fine. Could you provide more details about your problems? Be mindful that our SDK has some limitations:...

Thanks Aayushma for reaching back. Could you maybe provide with exact steps to reproduce that? Would be much easier to understand where the problem is 🙏 Additionally you could also...

Hello Aayushma! :) I see, those docs are a bit outdated. The latest version right now is `2.2.1`. You might want to try that one. Thanks for pointing that out,...