mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +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();
|
recovery_abort();
|
||||||
signing_abort();
|
signing_abort();
|
||||||
session_clear(false); // do not clear PIN
|
session_clear(false); // do not clear PIN
|
||||||
|
layoutHome();
|
||||||
fsm_msgGetFeatures(0);
|
fsm_msgGetFeatures(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user