mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
commit
794434dc57
2 changed files with 2 additions and 2 deletions
|
|
@ -436,7 +436,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
R.drawable.cloud_off,
|
||||
R.string.disconnected
|
||||
)
|
||||
else -> Pair(R.drawable.cloud_off, R.string.disconnected)
|
||||
// else -> Pair(R.drawable.cloud_off, R.string.disconnected)
|
||||
}
|
||||
|
||||
val item = actionBarMenu?.findItem(R.id.connectStatusImage)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ data class Position(
|
|||
val longitude: Double,
|
||||
val altitude: Int,
|
||||
val time: Int = currentTime(), // default to current time in secs
|
||||
val batteryPctLevel: Int
|
||||
val batteryPctLevel: Int = 0
|
||||
) : Parcelable {
|
||||
companion object {
|
||||
/// Convert to a double representation of degrees
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue