mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
core: stop stats when chat is stopped (#4616)
* core: stop stats when chat is stopped * rename field * simplexmq
This commit is contained in:
+1
-1
@@ -5769,7 +5769,7 @@ sealed class DatabaseError {
|
||||
@Serializable
|
||||
sealed class SQLiteError {
|
||||
@Serializable @SerialName("errorNotADatabase") object ErrorNotADatabase: SQLiteError()
|
||||
@Serializable @SerialName("error") class Error(val error: String): SQLiteError()
|
||||
@Serializable @SerialName("error") class Error(val dbError: String): SQLiteError()
|
||||
}
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user