mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
show home screen on Initialize
This commit is contained in:
parent
b4b5426e33
commit
8372504238
@ -118,6 +118,7 @@ void fsm_msgInitialize(Initialize *msg)
|
||||
recovery_abort();
|
||||
signing_abort();
|
||||
session_clear(false); // do not clear PIN
|
||||
layoutHome();
|
||||
fsm_msgGetFeatures(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user