mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Update connecting and ringing state strings
This commit is contained in:
+7
-2
@@ -156,13 +156,18 @@ class RoomDirectCallStatusBubbleCell: RoomBaseCallBubbleCell {
|
||||
case .fledgling,
|
||||
.waitLocalMedia,
|
||||
.createOffer,
|
||||
.inviteSent,
|
||||
.connecting:
|
||||
viewState = .active
|
||||
if call.isIncoming {
|
||||
statusText = VectorL10n.eventFormatterCallYouCurrentlyIn
|
||||
} else {
|
||||
statusText = VectorL10n.eventFormatterCallYouStarted
|
||||
statusText = VectorL10n.eventFormatterCallConnecting
|
||||
}
|
||||
case .inviteSent:
|
||||
if call.isIncoming {
|
||||
statusText = VectorL10n.eventFormatterCallYouCurrentlyIn
|
||||
} else {
|
||||
statusText = VectorL10n.eventFormatterCallRinging
|
||||
}
|
||||
case .createAnswer,
|
||||
.connected,
|
||||
|
||||
Reference in New Issue
Block a user