clear lyrics and overrided before load new song
This commit is contained in:
parent
8112e30161
commit
ba8df2a89b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue