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 RoomDirectCallStatusBubbleCell: RoomBaseCallBubbleCell {
class RoomDirectCallStatusCell: RoomCallBaseCell {
private static var className: String {
return String(describing: self)
@@ -446,7 +446,7 @@ class RoomDirectCallStatusBubbleCell: RoomBaseCallBubbleCell {
return ""
}
return RoomDirectCallStatusBubbleCell.callDurationFormatter.string(from: duration) ?? ""
return RoomDirectCallStatusCell.callDurationFormatter.string(from: duration) ?? ""
}
}