mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Remove node card expansion (#3243)
This commit is contained in:
parent
9ed0f5e0a7
commit
a878373d14
5 changed files with 22 additions and 138 deletions
|
|
@ -30,7 +30,6 @@ import javax.inject.Singleton
|
|||
|
||||
interface UiPrefs {
|
||||
var hasShownNotPairedWarning: Boolean
|
||||
var showDetails: Boolean
|
||||
var showQuickChat: Boolean
|
||||
|
||||
fun shouldProvideNodeLocation(nodeNum: Int): StateFlow<Boolean>
|
||||
|
|
@ -63,7 +62,6 @@ class UiPrefsImpl @Inject constructor(@UiSharedPreferences private val prefs: Sh
|
|||
}
|
||||
|
||||
override var hasShownNotPairedWarning: Boolean by PrefDelegate(prefs, "has_shown_not_paired_warning", false)
|
||||
override var showDetails: Boolean by PrefDelegate(prefs, "show-details", false)
|
||||
override var showQuickChat: Boolean by PrefDelegate(prefs, "show-quick-chat", false)
|
||||
|
||||
override fun shouldProvideNodeLocation(nodeNum: Int): StateFlow<Boolean> = provideNodeLocationFlows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue