We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccb696 commit 9a11204Copy full SHA for 9a11204
1 file changed
lib/ui/views/reader/reader_viewmodel.dart
@@ -131,7 +131,9 @@ class ReaderViewModel extends ReactiveViewModel {
131
});
132
133
initialRefresh = true;
134
- numberOfSections = sectionStartEndMappingForOET[bookCode]!.length;
+ if (primaryAreaBible != 'KJV') {
135
+ numberOfSections = sectionStartEndMappingForOET[bookCode]!.length;
136
+ }
137
138
// Refresh for first section/chapter
139
fetchDown(currentPage, viewBy, Area.primary);
0 commit comments