mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(node): consolidate node chip and menu (#1941)
This commit is contained in:
parent
62e2368887
commit
6332b3bd42
18 changed files with 734 additions and 374 deletions
|
|
@ -142,7 +142,6 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM -> isSystemInDarkTheme()
|
||||
else -> isSystemInDarkTheme()
|
||||
}
|
||||
|
||||
AppTheme(
|
||||
dynamicColor = dynamic,
|
||||
darkTheme = dark,
|
||||
|
|
@ -447,14 +446,6 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
}
|
||||
}
|
||||
|
||||
model.tracerouteResponse.observe(this) { response ->
|
||||
model.showAlert(
|
||||
title = getString(R.string.traceroute),
|
||||
message = response ?: return@observe,
|
||||
)
|
||||
model.clearTracerouteResponse()
|
||||
}
|
||||
|
||||
try {
|
||||
bindMeshService()
|
||||
} catch (ex: BindFailedException) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue