Closed svenjacobs closed 1 month ago
On the first app start the feed title is empty.
SettingsStore returns ID_UNSET for the current feed because the user has not explicitly selected a feed yet.
SettingsStore
ID_UNSET
The PR fixes it by setting FeedType to ALL_FEEDS when ID is ID_UNSET (and tag is blank).
FeedType
ALL_FEEDS
tag
thank you @svenjacobs !
On the first app start the feed title is empty.
SettingsStore
returnsID_UNSET
for the current feed because the user has not explicitly selected a feed yet.The PR fixes it by setting
FeedType
toALL_FEEDS
when ID isID_UNSET
(andtag
is blank).