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) {
|
withContext(Dispatchers.IO) {
|
||||||
flashIt(flashIt, onFinish = { showReboot ->
|
flashIt(flashIt, onFinish = { showReboot ->
|
||||||
if (showReboot) {
|
if (showReboot) {
|
||||||
|
for (i in 0..2) {
|
||||||
|
text += "\n"
|
||||||
|
}
|
||||||
showFloatAction = true
|
showFloatAction = true
|
||||||
}
|
}
|
||||||
}, onStdout = {
|
}, onStdout = {
|
||||||
|
|||||||
Reference in New Issue
Block a user