mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Fix types
This commit is contained in:
parent
9a6e85ce75
commit
3f680b2960
@ -62,7 +62,7 @@ fun RecordingStatus(
|
||||
|
||||
val start = service.recordingStart!!
|
||||
val duration = now.toEpochSecond(ZoneId.systemDefault().rules.getOffset(now)) - start.toEpochSecond(ZoneId.systemDefault().rules.getOffset(start))
|
||||
val progress = duration / (service.settings.maxDuration / 1000f)
|
||||
val progress = duration / (service.settings!!.maxDuration / 1000f)
|
||||
|
||||
LaunchedEffect(Unit) {
|
||||
while (true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user