Remove node card expansion (#3243)

This commit is contained in:
Phil Oliver 2025-09-29 16:54:28 -04:00 committed by GitHub
parent 9ed0f5e0a7
commit a878373d14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 22 additions and 138 deletions

View file

@ -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