mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 07:01:16 +00:00
[iOS] Enable full screen swipe back gesture
This commit is contained in:
@@ -116,6 +116,8 @@ abstract mixin class _ComicPageActions {
|
||||
author: comic.findAuthor() ?? '',
|
||||
tags: comic.plainTags,
|
||||
),
|
||||
enableIOSGesture: false,
|
||||
iosFullScreenGesture: false,
|
||||
)
|
||||
.then((_) {
|
||||
onReadEnd();
|
||||
|
||||
Reference in New Issue
Block a user