1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

reset: commit to storage unconditionally at the end of backup procedure

This commit is contained in:
Pavol Rusnak 2019-02-01 15:17:06 +01:00
parent 8a4e8013f1
commit a7c32248bd
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -171,11 +171,11 @@ void reset_backup(bool separated)
}
storage_setUnfinishedBackup(false);
storage_update();
if (separated) {
fsm_sendSuccess(_("Seed successfully backed up"));
} else {
storage_update();
fsm_sendSuccess(_("Device successfully initialized"));
}
layoutHome();