fix showdialog in image gallery
This commit is contained in:
@@ -111,6 +111,7 @@ class ImageHeader extends StatelessWidget implements PreferredSizeWidget {
|
|||||||
final channel = StreamChannel.of(context).channel;
|
final channel = StreamChannel.of(context).channel;
|
||||||
|
|
||||||
final result = await showDialog(
|
final result = await showDialog(
|
||||||
|
useRootNavigator: false,
|
||||||
context: context,
|
context: context,
|
||||||
barrierColor: StreamChatTheme.of(context).colorTheme.overlay,
|
barrierColor: StreamChatTheme.of(context).colorTheme.overlay,
|
||||||
builder: (context) => StreamChannel(
|
builder: (context) => StreamChannel(
|
||||||
|
|||||||
Reference in New Issue
Block a user