Skip to content

Commit 69b1f11

Browse files
committed
Merge remote-tracking branch 'origin/clean-add-subscription-screem' into clean-add-subscription-screem
2 parents 7702ddd + d8fb0dd commit 69b1f11

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)