chore: Follow up imageviewer
This commit is contained in:
parent
838dcb413e
commit
6866a996a3
2 changed files with 9 additions and 4 deletions
|
|
@ -60,7 +60,10 @@ class ImageBubble extends StatelessWidget {
|
|||
if (!tapToView) return;
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (_) => ImageViewer(event),
|
||||
builder: (_) => ImageViewer(
|
||||
event,
|
||||
outerContext: context,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue