chore: Bump version string, update changelog
This commit is contained in:
@@ -33,8 +33,8 @@ android {
|
||||
applicationId = "org.nsh07.pomodoro"
|
||||
minSdk = 26
|
||||
targetSdk = 36
|
||||
versionCode = 9
|
||||
versionName = "1.4.1"
|
||||
versionCode = 10
|
||||
versionName = "1.4.2"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -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) ?: ""
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user