We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8638f6 commit 0246fecCopy full SHA for 0246fec
features/migration/impl/src/main/kotlin/io/element/android/features/migration/impl/MigrationPresenter.kt
@@ -45,7 +45,6 @@ class MigrationPresenter @Inject constructor(
45
LaunchedEffect(migrationStoreVersion) {
46
val migrationValue = migrationStoreVersion ?: return@LaunchedEffect
47
if (migrationValue == -1) {
48
- // Fresh install, no migration needed
49
Timber.d("Fresh install, or previous installed application did not have the migration mechanism.")
50
}
51
if (migrationValue == lastMigration) {
0 commit comments