Timeline: Rename call cells.

This commit is contained in:
SBiOSoftWhare
2022-02-28 16:48:41 +01:00
parent 307a111615
commit aab1bf29aa
8 changed files with 33 additions and 33 deletions
@@ -20,7 +20,7 @@ import UIKit
private let MSEC_PER_SEC: TimeInterval = 1000
@objcMembers
class RoomGroupCallStatusBubbleCell: RoomBaseCallBubbleCell {
class RoomGroupCallStatusCell: RoomCallBaseCell {
private static var className: String {
return String(describing: self)
@@ -335,7 +335,7 @@ class RoomGroupCallStatusBubbleCell: RoomBaseCallBubbleCell {
return ""
}
return RoomGroupCallStatusBubbleCell.callDurationFormatter.string(from: duration) ?? ""
return RoomGroupCallStatusCell.callDurationFormatter.string(from: duration) ?? ""
}
}