You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crash when press push notification (on SDK 2.11.0, 2.8.0 is fine)
To Reproduce
Steps to reproduce the behavior:
App Launch (Zendesk.initialize here)
Receive Zendesk push notificaiton
Press push notification
See error
Expected behavior
Open messaging view without any errors
Screenshots
kotlin.UninitializedPropertyAccessException: lateinit property visibleScreenTracker has not been initialized
2023-05-18 20:00:17.357 8745-8745 AndroidRuntime com.domain E FATAL EXCEPTION: main
Process: com.domain, PID: 8745
kotlin.UninitializedPropertyAccessException: lateinit property visibleScreenTracker has not been initialized
at zendesk.messaging.android.internal.conversationslistscreen.ConversationsListActivity.getVisibleScreenTracker(ConversationsListActivity.kt:53)
at zendesk.messaging.android.internal.conversationslistscreen.ConversationsListActivity.onStart(ConversationsListActivity.kt:130)
at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1455)
at android.app.Activity.performStart(Activity.java:8315)
at android.app.ActivityThread.handleStartActivity(ActivityThread.java:4060)
at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2438)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8663)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
Environment (please complete the following information):
Platform: Android
React Native Version: 0.70.6
Zendesk SDK Version 2.11.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Crash when press push notification (on SDK 2.11.0, 2.8.0 is fine)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Open messaging view without any errors
Screenshots
kotlin.UninitializedPropertyAccessException: lateinit property visibleScreenTracker has not been initialized
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: