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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user