rokwire / illinois-app

Source code repository of "Illinois" App - the official mobile app of the University of Illinois.
https://app.illinois.edu/
Apache License 2.0
23 stars 20 forks source link

[BUG] Name pronunciation recording fails when app requests microphone access on Android #4247

Closed jake-fava closed 1 month ago

jake-fava commented 2 months ago

The first time a user attempts to record their name pronunciation in My Profile, the request for microphone access (image 1) occurs when the user taps on the record button.

After permission is granted, the app says "Recording - Release to stop" (image 2) even though the button isn't being held.

Is it possible to request microphone permission when the user taps on "Add name pronunciation..."?

Tested on multiple Android devices 6.0.27 prod

Screenshot_20240717-110911 Screenshot_20240717-110921

cc: @vburgett

TodorBachvarov commented 2 months ago

@jake-fava, this was fixed in version 6.0.29.

jake-fava commented 1 month ago

Tested on two different Android devices in 6.0.29 - the new ask for permission works perfectly; thank you!