mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +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<
|
typealias RecorderModel = BaseRecorderModel<
|
||||||
RecordingInformation,
|
RecordingInformation,
|
||||||
IntervalRecorderService<RecordingInformation>,
|
BatchesFolder,
|
||||||
BatchesFolder?
|
IntervalRecorderService<RecordingInformation, BatchesFolder>,
|
||||||
>
|
>
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user