Skip to content

Fix delayed updater trigger#2847

Open
Will-thom wants to merge 1 commit into
recloudstream:masterfrom
Will-thom:fix-delayed-updater-trigger
Open

Fix delayed updater trigger#2847
Will-thom wants to merge 1 commit into
recloudstream:masterfrom
Will-thom:fix-delayed-updater-trigger

Conversation

@Will-thom
Copy link
Copy Markdown

Summary

  • keep delayed app updates from starting during MainActivity.onPause()
  • start delayed installs when MainActivity is destroyed instead
  • keep the update foreground notification available with an Update action while the install is pending

Fixes #1282.

Testing

  • ./gradlew.bat --no-daemon "-Dorg.gradle.java.installations.paths=C:\Program Files\Java\jdk-17.0.5" :app:compileStableDebugKotlin

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.

Improve delayed updater triggering method

1 participant