This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git forkSrcPrefix/src/activities/settings/OpdsServerListActivity.cpp forkDstPrefix/src/activities/settings/OpdsServerListActivity.cpp | |
| index 305577039b4e8db8d78d8eac63ed9aebcb928c58..52987d25011c77fa288c7b13e6d8b4953c3777e2 100644 | |
| --- forkSrcPrefix/src/activities/settings/OpdsServerListActivity.cpp | |
| +++ forkDstPrefix/src/activities/settings/OpdsServerListActivity.cpp | |
| @@ -34,7 +34,7 @@ void OpdsServerListActivity::onExit() { Activity::onExit(); } | |
| void OpdsServerListActivity::loop() { | |
| if (mappedInput.wasPressed(MappedInputManager::Button::Back)) { | |
| if (pickerMode) { | |
| - activityManager.goHome(HomeMenuItem::OPDS_BROWSER); | |
| + activityManager.goHome(); |