mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 07:01:16 +00:00
Optimize iOS full-screen back gesture implementation (#643)
* Optimize iOS full-screen back gesture implementation - Fix #613 and #617 * Fix setting page
This commit is contained in:
@@ -895,8 +895,7 @@ class _ImageFavoritesState extends State<ImageFavorites> {
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
onTap: () {
|
||||
context.to(
|
||||
() => const ImageFavoritesPage(),
|
||||
iosFullScreenGesture: false,
|
||||
() => const ImageFavoritesPage()
|
||||
);
|
||||
},
|
||||
child: Column(
|
||||
@@ -1018,7 +1017,6 @@ class _ImageFavoritesState extends State<ImageFavorites> {
|
||||
onTap: (text) {
|
||||
context.to(
|
||||
() => ImageFavoritesPage(initialKeyword: text),
|
||||
iosFullScreenGesture: false,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user