Fix not setting the right folder for parsing results in NewFeedScreen

This commit is contained in:
Shinokuni 2024-11-12 13:42:13 +01:00
parent c7b26a65b1
commit 99f068183e
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class NewFeedScreenModel(
url = it.url,
label = it.label,
isSelected = true,
folder = state.value.folders.firstOrNull(),
folder = state.value.selectedFolder,
isExpanded = false
)
}