show home screen on Initialize

This commit is contained in:
Pavol Rusnak 2015-08-25 19:50:04 +02:00
parent b4b5426e33
commit 8372504238
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ void fsm_msgInitialize(Initialize *msg)
recovery_abort();
signing_abort();
session_clear(false); // do not clear PIN
layoutHome();
fsm_msgGetFeatures(0);
}