mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
feat: Add default values to AppSettings
This commit is contained in:
parent
dfa2cce148
commit
15b83c03ae
@ -98,4 +98,15 @@ data class AudioRecorderSettings(
|
|||||||
|
|
||||||
return copy(encoder = encoder)
|
return copy(encoder = encoder)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
companion object {
|
||||||
|
val EXAMPLE_DURATION_TIMES = listOf(
|
||||||
|
60 * 1000L,
|
||||||
|
60 * 5 * 1000L,
|
||||||
|
60 * 10 * 1000L,
|
||||||
|
60 * 15 * 1000L,
|
||||||
|
60 * 30 * 1000L,
|
||||||
|
60 * 60 * 1000L,
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user