clear lyrics and overrided before load new song
This commit is contained in:
parent
ba8df2a89b
commit
2403c3f700
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ class Solfa(val sharedScreenModel: SharedScreenModel, private val fileRepository
|
|||
}
|
||||
val contentString = fileRepository.readFileLines(sourceFile).joinToString("\n")
|
||||
sharedScreenModel.setFileContent(contentString, sourceFile)
|
||||
O.clear()
|
||||
T.clear()
|
||||
N.clear()
|
||||
L.clear()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue