fix: initial protected save not saving with correct filetype
This commit is contained in:
parent
4aa88244ed
commit
7879fe4355
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ fun savePrefs(
|
||||||
context: Context,
|
context: Context,
|
||||||
password: CharArray
|
password: CharArray
|
||||||
): File? {
|
): File? {
|
||||||
var file = File(path, "$title.ani")
|
var file = File(path, "$title.sani")
|
||||||
var counter = 1
|
var counter = 1
|
||||||
while (file.exists()) {
|
while (file.exists()) {
|
||||||
file = File(path, "${title}_${counter}.sani")
|
file = File(path, "${title}_${counter}.sani")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue