mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix warning
This commit is contained in:
parent
5f34fcba17
commit
85bdd25782
1 changed files with 1 additions and 1 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue