Merge pull request #969 from kim-minseong/main

Fit typo in `SystemTrayNotifier.kt`
pull/971/head
Don Turner 1 year ago committed by GitHub
commit 25ec3fc619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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