Raman Branavitski

Results 5 comments of Raman Branavitski

Doesn't work for me. Tried versions 1.4.7 and 1.5.0. If dialog fragment is used with showsDialog = true, viewBinding keeps references to old views after pop dialog from back stack.

Yes, that's a problem. In documentation there isn't any information that I should pass Activity context. Otherwise conversationListener doesn't work.

Ok, thanks. The problem is that I don't call `startTracking()` inside `Activity` class. We have `AppsFlyerManager` class which encapsulate all logic with Appsflyer integration. This class initialized inside `Application` class...

To summarize. I can call `startTracking()` with application context only right after `init()`. If `startTracking()` should be postponed I should call it with **ONLY** Activity context. Right?