manager: print space to avoid button overlap. close #1478
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user