mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Add strings for incoming calls
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ class RoomDirectCallStatusBubbleCell: RoomBaseCallBubbleCell {
|
||||
case .ringing:
|
||||
if call.isIncoming {
|
||||
viewState = .ringing
|
||||
statusText = nil
|
||||
statusText = isVideoCall ? VectorL10n.eventFormatterCallIncomingVideo : VectorL10n.eventFormatterCallIncomingVoice
|
||||
} else {
|
||||
viewState = .active
|
||||
statusText = isVideoCall ? VectorL10n.eventFormatterCallActiveVideo : VectorL10n.eventFormatterCallActiveVoice
|
||||
|
||||
Reference in New Issue
Block a user