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 85bba02 commit 38b3f09Copy full SHA for 38b3f09
1 file changed
app/src/main/java/io/github/sds100/keymapper/backup/BackupManager.kt
@@ -225,7 +225,7 @@ class BackupManagerImpl(
225
val deviceInfoList by rootElement.byNullableArray(BackupContent.NAME_DEVICE_INFO)
226
227
val migratedKeyMapList = mutableListOf<KeyMapEntity>()
228
-
+
229
val keyMapMigrations = listOf(
230
JsonMigration(9, 10) { json -> Migration9To10.migrateJson(json) },
231
JsonMigration(10, 11) { json -> Migration10To11.migrateJson(json) },
0 commit comments