spacecowboy / Feeder

Android RSS reader app
GNU General Public License v3.0
1.63k stars 99 forks source link

fix: feed title empty on initial app start #388

Closed svenjacobs closed 1 month ago

svenjacobs commented 1 month ago

On the first app start the feed title is empty.

Screenshot_20241013_124246

SettingsStore returns ID_UNSET for the current feed because the user has not explicitly selected a feed yet.

The PR fixes it by setting FeedType to ALL_FEEDS when ID is ID_UNSET (and tag is blank).

spacecowboy commented 1 month ago

thank you @svenjacobs !