fix(android): only queue post update worker on Application init

This commit is contained in:
Harsh Shandilya 2022-12-09 20:58:42 +05:30
parent 74684fe115
commit 30fa04db56
No known key found for this signature in database
3 changed files with 32 additions and 28 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Do not schedule post update job every time the app starts
## [1.11.0] - 2022-12-07
### Changed