mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Fix issue
This commit is contained in:
@ -238,7 +238,8 @@ class _MembershipsPanelState extends SafeState<MembershipsPanel> {
|
||||
),
|
||||
subtitle: Text(diffTimeFromNowToStr(membership.lastActive) +
|
||||
(conversation.isHavingCall ? "\n" + tr("Ongoing call") : "")),
|
||||
onTap: () => MainController.of(context).openConversation(conversation),
|
||||
onTap: () => MainController.of(context)
|
||||
.openConversation(conversation, fullScreen: true),
|
||||
trailing: conversation.isHavingCall
|
||||
? FloatingActionButton(
|
||||
heroTag: null,
|
||||
|
Reference in New Issue
Block a user