vultisig / vultisig-android

Vultisig Android App
Apache License 2.0
6 stars 2 forks source link

BUG: Vault share import not possible due to incorrect naming #847

Closed realpaaao closed 1 month ago

realpaaao commented 1 month ago

Describe the bug It is not possible to import a Vault share that got backed up twice. If you create two backups, first one will be "backup.bak" and second one will be "backup.bak (2)" .. this renders it impossible to import until the user manually changes the name.

To Reproduce Steps to reproduce the behavior:

  1. Do a backup
  2. Do a second backup
  3. See error

Expected behavior Have the backup created that is called "backup(2).bak" instead

-v17

realpaaao commented 1 month ago

@yvebe should that fix already be in version v18?