chore: Bump version string, update changelog

This commit is contained in:
Nishant Mishra
2025-09-29 00:27:27 +05:30
parent 1b662d76aa
commit 69e9b1dccf
3 changed files with 14 additions and 3 deletions

View File

@@ -203,7 +203,8 @@ private fun SettingsScreen(
LaunchedEffect(alarmSound) {
withContext(Dispatchers.IO) {
alarmName = RingtoneManager.getRingtone(context, alarmSound.toUri()).getTitle(context)
alarmName =
RingtoneManager.getRingtone(context, alarmSound.toUri())?.getTitle(context) ?: ""
}
}