mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
Fixes loading of the top nav feed name
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ fun FeedFilterSpinner(
|
||||
var selected by
|
||||
remember(placeholderCode, options) {
|
||||
mutableStateOf(
|
||||
options.firstOrNull { it.code == placeholderCode },
|
||||
options.firstOrNull { it.code.code == placeholderCode.code },
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user