mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: implement repository pattern for ConnectionState
This commit is contained in:
parent
179c176baf
commit
13c76f49ee
3 changed files with 7 additions and 67 deletions
|
|
@ -1037,7 +1037,7 @@ class MeshService : Service(), Logging {
|
|||
|
||||
/// Called when we gain/lose connection to our radio
|
||||
private fun onConnectionChanged(c: ConnectionState) {
|
||||
debug("onConnectionChanged=$c")
|
||||
debug("onConnectionChanged: $connectionState -> $c")
|
||||
|
||||
/// Perform all the steps needed once we start waiting for device sleep to complete
|
||||
fun startDeviceSleep() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue