back to making maps work?

This commit is contained in:
geeksville 2020-03-30 10:26:16 -07:00
parent 40853723ab
commit d9ef6815ec
5 changed files with 26 additions and 4 deletions

View file

@ -3,6 +3,7 @@ package com.geeksville.mesh.model
import android.content.Context
import android.content.SharedPreferences
import android.net.Uri
import android.os.Bundle
import android.os.RemoteException
import androidx.compose.mutableStateOf
import androidx.core.content.edit
@ -34,6 +35,8 @@ object UIState : Logging {
/// If the app was launched because we received a new channel intent, the Url will be here
var requestedChannelUrl: Uri? = null
var savedInstanceState: Bundle? = null
/**
* Return the current channel info
* FIXME, we should sim channels at the MeshService level if we are running on an emulator,