mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
cleanup
This commit is contained in:
parent
fca0aa2cc4
commit
1db120a963
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue