mirror of
https://github.com/venera-app/venera.git
synced 2025-12-15 22:51:15 +00:00
Merge pull request #600 from liulifox233/master
Fix editor page gesture confict
This commit is contained in:
@@ -200,6 +200,7 @@ class _BodyState extends State<_Body> {
|
|||||||
await ComicSourceManager().reload();
|
await ComicSourceManager().reload();
|
||||||
setState(() {});
|
setState(() {});
|
||||||
}),
|
}),
|
||||||
|
iosFullScreenGesture: false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -282,7 +282,7 @@ class _ReaderSettingsState extends State<ReaderSettings> {
|
|||||||
).toSliver(),
|
).toSliver(),
|
||||||
_CallbackSetting(
|
_CallbackSetting(
|
||||||
title: "Custom Image Processing".tl,
|
title: "Custom Image Processing".tl,
|
||||||
callback: () => context.to(() => _CustomImageProcessing()),
|
callback: () => context.to(() => _CustomImageProcessing(), iosFullScreenGesture: false),
|
||||||
actionTitle: "Edit".tl,
|
actionTitle: "Edit".tl,
|
||||||
).toSliver(),
|
).toSliver(),
|
||||||
_SliderSetting(
|
_SliderSetting(
|
||||||
|
|||||||
Reference in New Issue
Block a user