TF-2068 Display organizer address when organizer name
(cherry picked from commit f0e0670b798e3d751ced6ce5040b458b1ad10f04)
This commit is contained in:
+2
-2
@@ -71,7 +71,7 @@ class CalendarEventInformationWidget extends StatelessWidget {
|
||||
),
|
||||
children: [
|
||||
TextSpan(
|
||||
text: calendarEvent.organizer?.name,
|
||||
text: calendarEvent.organizerName,
|
||||
style: const TextStyle(
|
||||
color: CalendarEventInformationWidgetStyles.invitationMessageColor,
|
||||
fontSize: CalendarEventInformationWidgetStyles.invitationMessageTextSize,
|
||||
@@ -136,7 +136,7 @@ class CalendarEventInformationWidget extends StatelessWidget {
|
||||
),
|
||||
children: [
|
||||
TextSpan(
|
||||
text: calendarEvent.organizer?.name,
|
||||
text: calendarEvent.organizerName,
|
||||
style: const TextStyle(
|
||||
color: CalendarEventInformationWidgetStyles.invitationMessageColor,
|
||||
fontSize: CalendarEventInformationWidgetStyles.invitationMessageTextSize,
|
||||
|
||||
Reference in New Issue
Block a user