Skip to content

Commit 28a9edd

Browse files
Ignore reset current_position when changing navigation_mode.
1 parent dc7cc5b commit 28a9edd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core_functions/quran/quran_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def navigation_mode(self, mode: NavigationMode):
7373
if mode != self._navigation_mode:
7474
self._navigation_mode = mode
7575
self.max_position = self.get_max_for_navigation(mode)
76-
self.current_position = 1
7776

7877
@classmethod
7978
def get_max_for_navigation(cls, mode: NavigationMode) -> int:

0 commit comments

Comments
 (0)