Prevent the app from crashing when multiple virtual timelineStart items appear in the timeline
This commit is contained in:
committed by
Stefan Ceriu
parent
648a12ad1f
commit
09494c3aed
@@ -17,6 +17,6 @@
|
||||
import Foundation
|
||||
|
||||
struct TimelineStartRoomTimelineItem: DecorationTimelineItemProtocol, Identifiable, Hashable {
|
||||
let id = "timelineStartTimelineItemIdentifier"
|
||||
let id: String = UUID().uuidString
|
||||
let name: String?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user