fix(ui): fix StreamMessageWidget actions dialog backdrop filter is cut off by safe area.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-05-12 15:26:53 +05:30
committed by xsahil03x
parent f23cac28bf
commit d7282bbd6a
2 changed files with 2 additions and 0 deletions
@@ -1144,6 +1144,7 @@ class _StreamMessageWidgetState extends State<StreamMessageWidget>
showDialog(
useRootNavigator: false,
context: context,
useSafeArea: false,
barrierColor: _streamChatTheme.colorTheme.overlay,
builder: (context) => StreamChannel(
channel: channel,
@@ -433,6 +433,7 @@ class MessageWidgetContent extends StatelessWidget {
showDialog(
useRootNavigator: false,
context: context,
useSafeArea: false,
barrierColor: streamChatTheme.colorTheme.overlay,
builder: (context) => StreamChannel(
channel: channel,