cleanup
This commit is contained in:
parent
fca0aa2cc4
commit
1db120a963
|
@ -49,7 +49,7 @@ class OlmInboundGroupSessionWrapper2 : Serializable {
|
|||
val firstKnownIndex: Long?
|
||||
get() {
|
||||
return try {
|
||||
return olmInboundGroupSession?.firstKnownIndex
|
||||
olmInboundGroupSession?.firstKnownIndex
|
||||
} catch (e: Exception) {
|
||||
Timber.e(e, "## getFirstKnownIndex() : getFirstKnownIndex failed")
|
||||
null
|
||||
|
|
Loading…
Reference in New Issue