| 273 | void HomeActivity::onSelectBook(const std::string& path) { activityManager.goToReader(path); } |
| 274 | |
| 275 | void HomeActivity::onFileBrowserOpen() { activityManager.goToFileBrowser(); } |
| 276 | |
| 277 | void HomeActivity::onRecentsOpen() { activityManager.goToRecentBooks(); } |
| 278 |
nothing calls this directly
no test coverage detected