mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Update RecorderEventsHandler to new base models
This commit is contained in:
parent
ab108305ef
commit
5f1b6dcb43
@ -34,8 +34,8 @@ import kotlinx.coroutines.launch
|
||||
|
||||
typealias RecorderModel = BaseRecorderModel<
|
||||
RecordingInformation,
|
||||
IntervalRecorderService<RecordingInformation>,
|
||||
BatchesFolder?
|
||||
BatchesFolder,
|
||||
IntervalRecorderService<RecordingInformation, BatchesFolder>,
|
||||
>
|
||||
|
||||
@Composable
|
||||
|
Loading…
x
Reference in New Issue
Block a user