TF-2890 Remove calendar event reply description text
This commit is contained in:
@@ -99,17 +99,6 @@ extension CalendarEventExtension on CalendarEvent {
|
||||
}
|
||||
}
|
||||
|
||||
String getSubTitleEventAction(BuildContext context) {
|
||||
switch(method) {
|
||||
case EventMethod.refresh:
|
||||
return AppLocalizations.of(context).subMessageEventActionBannerUpdated;
|
||||
case EventMethod.cancel:
|
||||
return AppLocalizations.of(context).subMessageEventActionBannerCanceled;
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
String getUserNameEventAction({
|
||||
required BuildContext context,
|
||||
required ImagePaths imagePaths,
|
||||
|
||||
Reference in New Issue
Block a user