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(
|
showDialog(
|
||||||
useRootNavigator: false,
|
useRootNavigator: false,
|
||||||
context: context,
|
context: context,
|
||||||
|
useSafeArea: false,
|
||||||
barrierColor: _streamChatTheme.colorTheme.overlay,
|
barrierColor: _streamChatTheme.colorTheme.overlay,
|
||||||
builder: (context) => StreamChannel(
|
builder: (context) => StreamChannel(
|
||||||
channel: channel,
|
channel: channel,
|
||||||
|
|||||||
@@ -433,6 +433,7 @@ class MessageWidgetContent extends StatelessWidget {
|
|||||||
showDialog(
|
showDialog(
|
||||||
useRootNavigator: false,
|
useRootNavigator: false,
|
||||||
context: context,
|
context: context,
|
||||||
|
useSafeArea: false,
|
||||||
barrierColor: streamChatTheme.colorTheme.overlay,
|
barrierColor: streamChatTheme.colorTheme.overlay,
|
||||||
builder: (context) => StreamChannel(
|
builder: (context) => StreamChannel(
|
||||||
channel: channel,
|
channel: channel,
|
||||||
|
|||||||
Reference in New Issue
Block a user