mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: resolve crashes and debug filter issues in Metrics and MapView (#4824)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
9ad28e924f
commit
a10fe61d0f
6 changed files with 27 additions and 26 deletions
|
|
@ -47,7 +47,7 @@ import org.meshtastic.proto.Waypoint
|
|||
@Suppress("TooManyFunctions")
|
||||
open class BaseMapViewModel(
|
||||
protected val mapPrefs: MapPrefs,
|
||||
protected open val nodeRepository: NodeRepository,
|
||||
protected val nodeRepository: NodeRepository,
|
||||
private val packetRepository: PacketRepository,
|
||||
private val radioController: RadioController,
|
||||
) : ViewModel() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue