mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Add MapScreen (#3142)
This commit is contained in:
parent
f2d29d4582
commit
8b34a69d62
5 changed files with 97 additions and 46 deletions
|
|
@ -85,7 +85,7 @@ constructor(
|
|||
packetRepository: PacketRepository,
|
||||
radioConfigRepository: RadioConfigRepository,
|
||||
private val customTileProviderRepository: CustomTileProviderRepository,
|
||||
) : BaseMapViewModel(mapPrefs, nodeRepository, packetRepository) {
|
||||
) : BaseMapViewModel(mapPrefs, nodeRepository, packetRepository, radioConfigRepository) {
|
||||
|
||||
private val _errorFlow = MutableSharedFlow<String>()
|
||||
val errorFlow: SharedFlow<String> = _errorFlow.asSharedFlow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue