mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
RoomMessageBubbleBackgroundView: Update timestamp management.
This commit is contained in:
+4
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user