mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Make constant name easier to read for end users
This commit is contained in:
parent
7401454269
commit
35614a7b7a
@ -26,7 +26,7 @@ abstract class BatchesFolder(
|
||||
abstract val mediaContentUri: Uri
|
||||
|
||||
val mediaPrefix
|
||||
get() = MEDIA_RECORDINGS_PREFIX + subfolderName
|
||||
get() = MEDIA_RECORDINGS_PREFIX + subfolderName + "-"
|
||||
|
||||
fun initFolders() {
|
||||
when (type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user