mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Missing ?
This commit is contained in:
parent
f9880283e9
commit
ce9fa15bcb
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class BugReporter @Inject constructor(private val activeSessionHolder: ActiveSes
|
|||
var userId = "undefined"
|
||||
var olmVersion = "undefined"
|
||||
|
||||
activeSessionHolder.getSafeActiveSession().let { session ->
|
||||
activeSessionHolder.getSafeActiveSession()?.let { session ->
|
||||
userId = session.sessionParams.credentials.userId
|
||||
deviceId = session.sessionParams.credentials.deviceId ?: "undefined"
|
||||
olmVersion = session.getCryptoVersion(context, true)
|
||||
|
|
Loading…
Reference in a new issue