Skip to content

flatpak: Fix a race on app state changes

Milan Crha requested to merge wip/flatpak-app-state-race into main

The "installed" state should be set only if the app state is not known yet or when moving from the "available" state, otherwise the "installed" can override the correct app state (like "updatable-live"), which causes the app to be missing in the list of the apps for update.

Merge request reports