Sameer Jiwani
Sameer Jiwani
FYI there is a PR for this functionality, although the code uses recursion so not sure if it's any good https://github.com/stfalcon-studio/ChatKit/pull/271 also, there is an unused method in the library...
Assuming Callum is trying to solve the same problem I was: When you only have 2 messages, they appear at the bottom of the view which looks awkward compared to...
I initially thought this was a 3d model issue, but it seems I'm experiencing the same issue as Mary without any ideas on how to resolve. :(
solved this in a similar way by setting a minHeight in XML. stops the initial resizing to be messy I assume.
@danielawde9 thanks but that fix doesn't work for me currently.
@danielawde9 it might have to do with my project being a library not an application, but wasn't able to get it work. Ended up reverting to 3.5. Kind of embarrassing...
Hi @Antiglobalist in your comment you had this code:  are you still calling `viewBinding?.sceneView.session.resume()` manually?
I wouldn't call session.pause() or session.resume() I believe the lifecycle takes care of those for us. Does this crash happen every time for you? I definitely experience an every-time crash...
Sorry @Antiglobalist I skimmed over the part where you said you removed those custom calls. Can you confirm this issue is new in 2.0.4, and was not present in 2.0.3?...
PS I wasn't able to test this addition unfortunately. That's because this sample code is already crashing. I wasn't able to see any glaring crash issues that would be helpful,...