Skip to content
Commit 7c259096 authored by Marco Jakobs's avatar Marco Jakobs
Browse files

[FIX] Preserve voice message if recording is interrupted on IOS

Fixes #3002

When an event interrupts an ongoing voice recording in IOS, the OS stops the recording. This was not handled properly before: The message was immediately completely lost and it was not possible to make a new voice message before force-quitting and restarting the app (because the Expo recorder was left in loaded state).

This PR stops the recording in this case, indicating it was stopped. The user can send or discard the voice message up to that point at any time afterwards.

I also changed the GUI to make it more clear, I'll put this into the comments.
parent c15cf661
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment