This commit is contained in:
Benoit Marty 2020-10-30 18:08:11 +01:00
parent fca0aa2cc4
commit 1db120a963

View file

@ -49,7 +49,7 @@ class OlmInboundGroupSessionWrapper2 : Serializable {
val firstKnownIndex: Long? val firstKnownIndex: Long?
get() { get() {
return try { return try {
return olmInboundGroupSession?.firstKnownIndex olmInboundGroupSession?.firstKnownIndex
} catch (e: Exception) { } catch (e: Exception) {
Timber.e(e, "## getFirstKnownIndex() : getFirstKnownIndex failed") Timber.e(e, "## getFirstKnownIndex() : getFirstKnownIndex failed")
null null