Fix build error on MXKSendReplyEventStringLocalizer.

This commit is contained in:
Doug
2022-07-14 14:07:43 +01:00
committed by Doug
parent d5b5101420
commit bdc2911698
3 changed files with 9 additions and 0 deletions
@@ -40,6 +40,10 @@ class MXKSendReplyEventStringLocalizer: NSObject, MXSendReplyEventStringLocalize
func senderSentTheirLocation() -> String {
return VectorL10n.messageReplyToSenderSentTheirLocation
}
func senderSentTheirLiveLocation() -> String {
return VectorL10n.messageReplyToSenderSentTheirLiveLocation
}
func messageToReplyToPrefix() -> String {
return VectorL10n.messageReplyToMessageToReplyToPrefix