kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
use short firmware version in UI
rodzic
c8b09df650
commit
56fd43e6f5
|
@ -496,7 +496,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
||||||
if (model.isConnected.value == MeshService.ConnectionState.CONNECTED && info != null && info.shouldUpdate && info.couldUpdate && service != null) {
|
if (model.isConnected.value == MeshService.ConnectionState.CONNECTED && info != null && info.shouldUpdate && info.couldUpdate && service != null) {
|
||||||
binding.updateFirmwareButton.visibility = View.VISIBLE
|
binding.updateFirmwareButton.visibility = View.VISIBLE
|
||||||
binding.updateFirmwareButton.text =
|
binding.updateFirmwareButton.text =
|
||||||
getString(R.string.update_to).format(getString(R.string.cur_firmware_version))
|
getString(R.string.update_to).format(getString(R.string.short_firmware_version))
|
||||||
|
|
||||||
val progress = service.updateStatus
|
val progress = service.updateStatus
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue