mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix theming issues
This commit is contained in:
@ -171,8 +171,7 @@ class _MembershipsPanelState extends SafeState<MembershipsPanel> {
|
||||
try {
|
||||
if (!accept &&
|
||||
!await showConfirmDialog(
|
||||
context: Scaffold.of(context)
|
||||
.context, // Without this the text appears in white
|
||||
context: context,
|
||||
message:
|
||||
tr("Do you really want to reject this friendship request?")))
|
||||
return;
|
||||
|
Reference in New Issue
Block a user