Fit typo in SystemTrayNotifier.kt

pull/1837/head
Minseong Kim 2 years ago
parent 129c46d9b3
commit a147118fdd

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