Skip to content

3.12.5 Release

Compare
Choose a tag to compare
@mikechoch mikechoch released this 10 Jan 00:34
645a699

Minor Bug Fixes: Location Prompt Flicker, Too Many Alarms, Remote Params Crash

  • Location Prompt Flicker Fixed #884
    • The location prompt uses a PermissionActivity and still uses Android default transitions
    • Now we use to blank fade transitions for in and out animations so that no flickering occurs at all when being shown or dismissing the location prompt
  • Too Many Alarms Fixed #887
    • On Samsung device, intent flag FLAG_CANCEL_CURRENT sometimes causes a crash
    • Fixed by changing FLAG_CANCEL_CURRENT to FLAG_UPDATE_CURRENT
  • Remote Params Crash Fixed #916
    • Customer was seeing an issue where remote params are null and email id is null after changing organization and app id of mobile app
    • Crashing is fixed now with null checks to prevent any null exceptions, but the root of the issue was a request being made with a deleted app's app id and in the same session a init with a new app id