Skip to content

Commit 27d4bd0

Browse files
committed
Update settings_provider.dart
1 parent 87a7f63 commit 27d4bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/settings/providers/settings_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ class TextFormattingSettings {
587587
this.fontWeight = FontWeight.w500,
588588
this.isItalic = false,
589589
this.fullscreenMode = false,
590-
this.swipeNavigationEnabled = true,
590+
this.swipeNavigationEnabled = false,
591591
this.swipeMarksRead = true,
592592
});
593593

0 commit comments

Comments
 (0)