CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
68 stars 122 forks source link

Inefficient Sound Selection Process in Ringtone Setting #537

Closed davidodejobi closed 1 week ago

davidodejobi commented 5 months ago

Description

Description When attempting to select a new sound for my ringtone, the current process requires manually turning off the previously selected sound, which creates a cumbersome user experience.

Steps to Reproduce: Click on the FAB (Floating action button) to add a new alarm. Click on the "Choose Ringtone" button. Click on the play icon button on any of your existing tones. Notice that the previously selected sound must be turned off before a new one can be played.

Expected Behavior: When selecting a new tone (Tone B) after playing a previous tone (Tone A), Tone B should provide a separate control to stop Tone A. Pressing the play button for Tone B should automatically stop any currently playing sound, allowing Tone B to play.

Actual Behavior: Currently, there is no provision to stop the previously selected sound before playing a new one, requiring manual intervention to turn off the previous sound.

Possible Solution: Ensure that pressing the play button for a new tone automatically stops any currently playing sound. This will streamline the sound selection process and enhance the user experience.

Screenshots

CleanShot 2024-03-28 at 07 19 36

davidodejobi commented 5 months ago

@MarkisDev, could you please review this matter and assign it to me? Also, consider changing the tag from bug to enhancement.