chore: Make imageviewer full window
This commit is contained in:
parent
9855edabcd
commit
838dcb413e
3 changed files with 27 additions and 10 deletions
|
|
@ -60,7 +60,6 @@ class ImageBubble extends StatelessWidget {
|
|||
if (!tapToView) return;
|
||||
showDialog(
|
||||
context: context,
|
||||
useRootNavigator: false,
|
||||
builder: (_) => ImageViewer(event),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue