Closed Martysh12 closed 6 months ago
The ringtone should stop ringing when I exit the ringtone picker dialogue.
The ringtone continues ringing.
7.1
Android 13
Proposed fix: https://github.com/you-apps/ClockYou/blob/e6097b1659029d22a4dd9dc16b6ca6fc84639cc2/app/src/main/java/com/bnyro/clock/presentation/features/RingtonePickerDialog.kt#L100-L103 Add ringingToneModel.stopRinging(); to this block.
ringingToneModel.stopRinging();
Use the latest version of the app (8.0)
You're right, this bug doesn't happen in ClockYou 8.0. The latest version of ClockYou on F-Droid is 7.1, so I assumed it is the latest version. Closing this issue.
Steps to reproduce
Expected behavior
The ringtone should stop ringing when I exit the ringtone picker dialogue.
Actual behavior
The ringtone continues ringing.
Clock You version
7.1
Android version
Android 13
Other details
Proposed fix: https://github.com/you-apps/ClockYou/blob/e6097b1659029d22a4dd9dc16b6ca6fc84639cc2/app/src/main/java/com/bnyro/clock/presentation/features/RingtonePickerDialog.kt#L100-L103 Add
ringingToneModel.stopRinging();
to this block.Acknowledgements