Disable telecom integration.

fork-5.53.8
Cody Henthorne 2022-03-17 10:12:44 -04:00
rodzic e12c96f4b2
commit 3fbd9baf0c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -195,7 +195,7 @@ object SignalDatabaseMigrations {
private const val ALLOW_STORY_REPLIES = 133 private const val ALLOW_STORY_REPLIES = 133
private const val GROUP_STORIES = 134 private const val GROUP_STORIES = 134
const val DATABASE_VERSION = 134 const val DATABASE_VERSION = 135
@JvmStatic @JvmStatic
fun migrate(context: Application, db: SQLiteDatabase, oldVersion: Int, newVersion: Int) { fun migrate(context: Application, db: SQLiteDatabase, oldVersion: Int, newVersion: Int) {