clear lyrics and overrided before load new song

This commit is contained in:
hasinarak3@gmail.com 2026-01-27 16:36:12 +03:00
parent 8112e30161
commit ba8df2a89b

View file

@ -175,6 +175,7 @@ class Solfa(val sharedScreenModel: SharedScreenModel, private val fileRepository
}
fun parse(sourceFile: String) {
O.clear()
currentFile = sourceFile
val parseScope = CoroutineScope(Dispatchers.Default)
parseScope.launch {