RoomMessageBubbleBackgroundView: Update timestamp management.

This commit is contained in:
SBiOSoftWhare
2022-02-09 08:37:17 +01:00
parent bbf45650e3
commit d9ace34620
@@ -77,7 +77,11 @@ class RoomMessageBubbleBackgroundView: UIView {
// MARK: - TimestampDisplayable
extension RoomMessageBubbleBackgroundView: TimestampDisplayable {
func addTimestampView(_ timestampView: UIView) {
self.removeTimestampView()
self.addTimestampView(timestampView, rightMargin: 8.0, bottomMargin: 4.0)
self.timestampView = timestampView
}