
Leo Droidcoder
-
Gesamtaktivitäten17
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von1 Benutzer
-
Stimmen5
-
Abonnements4
Aktivitätsübersicht
Neueste Aktivität von Leo Droidcoder-
Leo Droidcoder hat einen Kommentar hinterlassen
The bug is exactly reproduced in the following scenario: Instantiate ChatContainerActivity with fun start(activity: FragmentActivity, data: ChatData) Instantiate The ChatFragment. As it is the f...
-
Leo Droidcoder hat einen Kommentar hinterlassen
Hi Sebastian, please find the code I am using com.zopim.android:sdk:1.4.1 Here is the fragment, where I use ZopimChatFragment class ChatFragment : MvvmFragment<ChatViewModel>() { override fun g...
-
Leo Droidcoder hat einen Kommentar hinterlassen
Thank you! Looking forward to an answer
-
Leo Droidcoder hat einen Kommentar hinterlassen
+1
-
Leo Droidcoder hat einen Kommentar hinterlassen
ZopimChatLogFragment.ChatObserver.updateChatItems()gots triggered several times.Firstly with one new item in TreeMap<String, RowItem> models,then another item gots added: At a first sight, the dupl...
-
Leo Droidcoder hat einen Kommentar hinterlassen
Having the same issue. Updating to 1.4.1 didn't solve it. We are using ZopimChatFragment, Android 8.0. Once the chat is initially started, messages are not duplicated. After quitting and resuming t...
-
Leo Droidcoder hat einen Kommentar hinterlassen
Found a workaround, it might be useful for someone. We used Picasso in our project as well. Seems there was a versions conflict with the zendesk-embedded one. Thus downgrading our picasso to versio...
-
Leo Droidcoder hat einen Post erstellt
Android: Crashes when trying to restore app
The chat crashes when trying to restore it. java.lang.NoSuchMethodError: No static method with(Landroid/content/Context;)Lcom/squareup/picasso/Picasso; in class Lcom/squareup/picasso/Picasso; or it...