Fit typo in SystemTrayNotifier.kt

pull/969/head
Minseong Kim 1 year ago
parent e40fb7925d
commit 5612396290

@ -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() { private fun Context.ensureNotificationChannelExists() {
if (VERSION.SDK_INT < VERSION_CODES.O) return if (VERSION.SDK_INT < VERSION_CODES.O) return

Loading…
Cancel
Save