mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix: Re-enable file picker for creating backup
This commit is contained in:
parent
f4bf249477
commit
f6e5a6c712
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class SettingsDataLegacyController : SettingsLegacyController() {
|
|||
for (i in 1 until listView.count) { // skip 0, since 0 is always enabled
|
||||
booleanArrayList.add(listView.isItemChecked(i))
|
||||
}
|
||||
createBackup(BackupOptions.fromBooleanArray(booleanArrayList.toBooleanArray()))
|
||||
createBackup(BackupOptions.fromBooleanArray(booleanArrayList.toBooleanArray()), picker = true)
|
||||
}
|
||||
.setNegativeButton(AR.string.cancel, null)
|
||||
.show().apply {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue