Fix Backup selection for custom info and read manga

This commit is contained in:
Jobobby04 2022-10-16 23:00:43 -04:00
parent ef58406aa3
commit 2657e99030

View File

@ -141,6 +141,10 @@ class SettingsBackupScreen : SearchableSettings {
BackupConst.BACKUP_CHAPTER to R.string.chapters,
BackupConst.BACKUP_TRACK to R.string.track,
BackupConst.BACKUP_HISTORY to R.string.history,
// SY -->
BackupConst.BACKUP_CUSTOM_INFO to R.string.custom_manga_info,
BackupConst.BACKUP_READ_MANGA to R.string.all_read_manga,
// SY <--
)
}
val flags = remember { choices.keys.toMutableStateList() }