Merge pull request #600 from liulifox233/master

Fix editor page gesture confict
This commit is contained in:
ynyx631
2025-11-01 13:55:00 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ class _BodyState extends State<_Body> {
await ComicSourceManager().reload();
setState(() {});
}),
iosFullScreenGesture: false,
);
}

View File

@@ -282,7 +282,7 @@ class _ReaderSettingsState extends State<ReaderSettings> {
).toSliver(),
_CallbackSetting(
title: "Custom Image Processing".tl,
callback: () => context.to(() => _CustomImageProcessing()),
callback: () => context.to(() => _CustomImageProcessing(), iosFullScreenGesture: false),
actionTitle: "Edit".tl,
).toSliver(),
_SliderSetting(