mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Improvements
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
parent
ac6cc7a5c0
commit
04c6cd92a3
@ -76,8 +76,12 @@ fun SaveFolderPage(
|
|||||||
}
|
}
|
||||||
|
|
||||||
LaunchedEffect(isLowOnStorage, appSettings.maxDuration) {
|
LaunchedEffect(isLowOnStorage, appSettings.maxDuration) {
|
||||||
if (isLowOnStorage && saveFolder == null) {
|
if (isLowOnStorage) {
|
||||||
saveFolder = RECORDER_MEDIA_SELECTED_VALUE
|
if (saveFolder == null) {
|
||||||
|
saveFolder = RECORDER_MEDIA_SELECTED_VALUE
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
saveFolder = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user