main: temporary hack, keep apps.common.storage loaded

This commit is contained in:
Jan Pochyla 2017-01-17 17:43:50 +01:00
parent 984f088519
commit 9914b0db2b
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ management.boot()
wallet.boot()
ethereum.boot()
# HACK: keep storage loaded at all times
from apps.common import storage
# Change backlight to white for better visibility
ui.display.backlight(ui.BACKLIGHT_NORMAL)