Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

v1.13.2-beta

Compare
Choose a tag to compare
@geof90 geof90 released this 11 Jul 21:17
· 726 commits to master since this release

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 currentActivity from loadBundle to prevent null pointer exceptions, and by using the Activity.recreate() method instead of finishing and re-launching the Activity via an Intent, which results in a better user experience