Skip to content

Fix bug where some push parameters could be lost when launching app from background

Quentin Arguillere requested to merge fix/enter_foreground_push_bugs into master
  • Disabling push notifications in the account parameters was not saved, and push were activated again on the next launch
  • Losing remote token : when starting a running core from background, old legacy code in the linphone manager stopped the propagation of the received push remote device token

Merge request reports