manager: print space to avoid button overlap. close #1478

This commit is contained in:
weishu
2024-03-20 21:48:00 +08:00
parent 8b71d3c9ba
commit 65a0f0070a

View File

@@ -63,6 +63,9 @@ fun FlashScreen(navigator: DestinationsNavigator, flashIt: FlashIt) {
withContext(Dispatchers.IO) {
flashIt(flashIt, onFinish = { showReboot ->
if (showReboot) {
for (i in 0..2) {
text += "\n"
}
showFloatAction = true
}
}, onStdout = {