Skip to content

v1.13.2-beta

Compare
Choose a tag to compare
@geof90 geof90 released this 11 Jul 21:17
· 698 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