Skip to content

Commit cb7127d

Browse files
Don't add recent book to history if set from navigating the KJV
This is to avoid exceptions due to missing and incomplete OET books
1 parent a6ebf20 commit cb7127d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ui/views/navigation_sections_chapters/navigation_sections_chapters_viewmodel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class NavigationSectionsChaptersViewModel extends BaseViewModel {
7777
log(index.toString());
7878

7979
_biblesService.setBook(bookCode);
80-
_biblesService.addBookToRecentHistory(bookCode);
80+
//_biblesService.addBookToRecentHistory(bookCode); // TODO
8181
_biblesService.setChapter(index);
8282

8383
_navigationService.clearStackAndShow(Routes.readerView);

0 commit comments

Comments
 (0)