Skip to content

Commit

Permalink
Don't add recent book to history if set from navigating the KJV
Browse files Browse the repository at this point in the history
This is to avoid exceptions due to missing and incomplete OET books
  • Loading branch information
Correct-Syntax committed May 24, 2024
1 parent a6ebf20 commit cb7127d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class NavigationSectionsChaptersViewModel extends BaseViewModel {
log(index.toString());

_biblesService.setBook(bookCode);
_biblesService.addBookToRecentHistory(bookCode);
//_biblesService.addBookToRecentHistory(bookCode); // TODO
_biblesService.setChapter(index);

_navigationService.clearStackAndShow(Routes.readerView);
Expand Down

0 comments on commit cb7127d

Please sign in to comment.