Skip to content

Commit d8fb0dd

Browse files
ArnyminerZCopilot
andauthored
Update app/src/main/java/at/bitfire/icsdroid/model/AddSubscriptionModel.kt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a41982b commit d8fb0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/at/bitfire/icsdroid/model/AddSubscriptionModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class AddSubscriptionModel @Inject constructor(
138138
} catch (e: Exception) {
139139
Log.e(Constants.TAG, "Couldn't create calendar", e)
140140
withContext(Dispatchers.Main) {
141-
Toast.makeText(context, e.localizedMessage ?: e.message, Toast.LENGTH_LONG).show()
141+
Toast.makeText(context, e.localizedMessage ?: e.message, Toast.LENGTH_LONG).show()
142142
}
143143
} finally {
144144
uiState = uiState.copy(isCreating = false)

0 commit comments

Comments
 (0)