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
fromloadBundle
to prevent null pointer exceptions, and by using theActivity.recreate()
method instead of finishing and re-launching theActivity
via anIntent
, which results in a better user experience