This repository was archived by the owner on May 20, 2025. It is now read-only.
v1.13.2-beta
This release
- Fixes a bug with the app crashing as a result of installing the same update multiple times
- Improves the legacy restart logic by using the finalized
currentActivityfromloadBundleto prevent null pointer exceptions, and by using theActivity.recreate()method instead of finishing and re-launching theActivityvia anIntent, which results in a better user experience