Files
fdroidclient/app
Thore Goebel 6ba9f3a77f Break up RepoDetailsState into repoFlow and archiveStateFlow
Before this commit, the UI would not update, because the `repo` in the `state` was never updated.
This was mostly noticeable when toggling mirrors on and off.

So the UI needs to use repoFlow directly (to listen to RepoManager changes).
But then there is no need for RepoDetailsState anymore.
2025-02-06 22:02:09 +01:00
..