Skip to content

Changed update notification logic to prevent hidden updates#1139

Merged
Iamlooker merged 2 commits intoDroid-ify:mainfrom
GitStudying:main
Nov 17, 2025
Merged

Changed update notification logic to prevent hidden updates#1139
Iamlooker merged 2 commits intoDroid-ify:mainfrom
GitStudying:main

Conversation

@GitStudying
Copy link
Copy Markdown
Contributor

There was a bug that made the tabsfragment think it had shown the updates but probably did that too early.
Waiting until the views are properly displayed fixes this bug. Related in #1038

Made AppListFragment.updateRequest() public and invoked it from TabsFragment when the Updates tab is selected, ensuring the fragment displays fresh data.
Refactors the handling of the needSelectUpdates flag to ensure the Updates fragment is refreshed only when it is available. The flag is now managed within selectUpdatesInternal and the pageChangeCallback, preventing premature clearing and ensuring data is always up to date when the Updates tab is selected.
@Iamlooker Iamlooker merged commit 83d5d43 into Droid-ify:main Nov 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants