Add home screen (#42)
## Summary * Add home screen * Sits as new root screen, allows for navigation to settings or file list
This commit is contained in:
@@ -98,7 +98,7 @@ void EpubReaderScreen::handleInput() {
|
||||
}
|
||||
|
||||
if (inputManager.wasPressed(InputManager::BTN_BACK)) {
|
||||
onGoHome();
|
||||
onGoBack();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user