Found a DocumentRenderer crash in Support SDK
Posted Sep 22, 2022
We recently discovered a crash in Firebase, only in the Android app, with the following error message:
The version of the SDK we use:
implementation group: 'com.zendesk', name: 'support', version: '5.0.9'
Our Kotlin code to launch RequestListActivity:
val identity = JwtIdentity("{\"email\":\"$token\"}")
Zendesk.INSTANCE.setIdentity(identity)
RequestListActivity.builder().show(activity)
0
0
0 comments
Sign in to leave a comment.