chore: Make imageviewer full window

This commit is contained in:
krille-chan 2024-09-22 09:38:57 +02:00
commit 838dcb413e
No known key found for this signature in database
3 changed files with 27 additions and 10 deletions

View file

@ -60,7 +60,6 @@ class ImageBubble extends StatelessWidget {
if (!tapToView) return;
showDialog(
context: context,
useRootNavigator: false,
builder: (_) => ImageViewer(event),
);
}