TF-3793 Hide warning message when use is organizer
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+1
-3
@@ -149,9 +149,7 @@ class CalendarEventInformationWidget extends StatelessWidget {
|
||||
openEmailAddressDetailAction: openEmailAddressDetailAction,
|
||||
),
|
||||
),
|
||||
if (calendarEvent.validateUserIsNotListedInParticipants(
|
||||
ownEmailAddress,
|
||||
))
|
||||
if (calendarEvent.isDisplayedWarningMessage(ownEmailAddress))
|
||||
Padding(
|
||||
padding: EdgeInsetsDirectional.only(
|
||||
top: CalendarEventInformationWidgetStyles.fieldTopPadding,
|
||||
|
||||
Reference in New Issue
Block a user