Merge pull request #969 from kim-minseong/main

Fit typo in `SystemTrayNotifier.kt`
pull/1837/head
Don Turner 2 years ago committed by GitHub
commit 078130e78c

@ -141,7 +141,7 @@ private fun Context.createNewsNotification(
}
/**
* Ensures the a notification channel is is present if applicable
* Ensures that a notification channel is present if applicable
*/
private fun Context.ensureNotificationChannelExists() {
if (VERSION.SDK_INT < VERSION_CODES.O) return

Loading…
Cancel
Save