Switch the MediaEventsTimelineScreen to second iteration of the StateStoreViewModel

This commit is contained in:
Stefan Ceriu
2025-12-11 13:45:48 +02:00
committed by Stefan Ceriu
parent dab166ee9f
commit fd5f288143
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import Compound
import SwiftUI
struct MediaEventsTimelineScreen: View {
@ObservedObject var context: MediaEventsTimelineScreenViewModel.Context
@Bindable var context: MediaEventsTimelineScreenViewModel.Context
@State private var sheetHeight = CGFloat.zero
var body: some View {