mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +02:00
chore: remove debug logs
This commit is contained in:
parent
c6932fd31d
commit
0372b44901
@ -294,13 +294,9 @@ abstract class BatchesFolder(
|
|||||||
parameter
|
parameter
|
||||||
) { time ->
|
) { time ->
|
||||||
if (fullTime != null) {
|
if (fullTime != null) {
|
||||||
println("**************** check24")
|
|
||||||
println(time)
|
|
||||||
println(fullTime)
|
|
||||||
onProgress(time / fullTime!!)
|
onProgress(time / fullTime!!)
|
||||||
} else {
|
} else {
|
||||||
onProgress(null)
|
onProgress(null)
|
||||||
println("----------------- nonono")
|
|
||||||
}
|
}
|
||||||
}.await()
|
}.await()
|
||||||
return outputFile
|
return outputFile
|
||||||
|
@ -59,17 +59,6 @@ fun AudioRecordingStart(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
println("wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww app: ${appSettings.saveFolder}")
|
|
||||||
val requiresExternalPerm = rememberSaveable {
|
|
||||||
appSettings.requiresExternalStoragePermission(context)
|
|
||||||
}
|
|
||||||
println("hasGranted ${requiresExternalPerm}")
|
|
||||||
val scope = rememberCoroutineScope()
|
|
||||||
|
|
||||||
fun test() {
|
|
||||||
println("appSäääääääääääääääääääääääääääääääättings ${appSettings.saveFolder}")
|
|
||||||
}
|
|
||||||
|
|
||||||
PermissionRequester(
|
PermissionRequester(
|
||||||
permission = Manifest.permission.WRITE_EXTERNAL_STORAGE,
|
permission = Manifest.permission.WRITE_EXTERNAL_STORAGE,
|
||||||
icon = Icons.Default.InsertDriveFile,
|
icon = Icons.Default.InsertDriveFile,
|
||||||
@ -81,7 +70,6 @@ fun AudioRecordingStart(
|
|||||||
permission = Manifest.permission.RECORD_AUDIO,
|
permission = Manifest.permission.RECORD_AUDIO,
|
||||||
icon = Icons.Default.Mic,
|
icon = Icons.Default.Mic,
|
||||||
onPermissionAvailable = {
|
onPermissionAvailable = {
|
||||||
test()
|
|
||||||
if (appSettings.requiresExternalStoragePermission(context)) {
|
if (appSettings.requiresExternalStoragePermission(context)) {
|
||||||
triggerExternalStorage()
|
triggerExternalStorage()
|
||||||
} else {
|
} else {
|
||||||
|
@ -94,7 +94,6 @@ fun SaveFolderTile(
|
|||||||
}
|
}
|
||||||
|
|
||||||
scope.launch {
|
scope.launch {
|
||||||
println("================= Saving saveFolder: $path")
|
|
||||||
dataStore.updateData {
|
dataStore.updateData {
|
||||||
it.setSaveFolder(path)
|
it.setSaveFolder(path)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user