kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
add debug msg to shutdown and reboot
rodzic
a6b4e400a6
commit
9c6384a2fe
|
@ -115,6 +115,7 @@ class AdvancedSettingsFragment : ScreenFragment("Advanced Settings"), Logging {
|
||||||
.setNeutralButton(R.string.cancel) { _, _ ->
|
.setNeutralButton(R.string.cancel) { _, _ ->
|
||||||
}
|
}
|
||||||
.setPositiveButton(getString(R.string.okay)) { _, _ ->
|
.setPositiveButton(getString(R.string.okay)) { _, _ ->
|
||||||
|
debug("User clicked requestShutdown")
|
||||||
model.requestShutdown()
|
model.requestShutdown()
|
||||||
}
|
}
|
||||||
.show()
|
.show()
|
||||||
|
@ -126,6 +127,7 @@ class AdvancedSettingsFragment : ScreenFragment("Advanced Settings"), Logging {
|
||||||
.setNeutralButton(R.string.cancel) { _, _ ->
|
.setNeutralButton(R.string.cancel) { _, _ ->
|
||||||
}
|
}
|
||||||
.setPositiveButton(getString(R.string.okay)) { _, _ ->
|
.setPositiveButton(getString(R.string.okay)) { _, _ ->
|
||||||
|
debug("User clicked requestReboot")
|
||||||
model.requestReboot()
|
model.requestReboot()
|
||||||
}
|
}
|
||||||
.show()
|
.show()
|
||||||
|
|
Ładowanie…
Reference in New Issue