mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix autobug
This commit is contained in:
parent
010d63d2db
commit
17faecc170
3 changed files with 5 additions and 36 deletions
|
|
@ -398,7 +398,8 @@ class MeshService : Service(), Logging {
|
|||
}
|
||||
|
||||
|
||||
override fun toString() = summaryString
|
||||
// Note: do not override toString, it causes infinite recursion on some androids (because contextWrapper.getResources calls to string)
|
||||
// override fun toString() = summaryString
|
||||
|
||||
/**
|
||||
* Generate a new version of our notification - reflecting current app state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue