From 130ff40e5c1e4f3e28500156f7fd7da06fb80b77 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 12 Feb 2026 14:42:58 +0100 Subject: [PATCH] Fix typo --- .../push/impl/notifications/DefaultNotificationDrawerManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotificationDrawerManager.kt b/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotificationDrawerManager.kt index a0e6193d99..0f64037aee 100644 --- a/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotificationDrawerManager.kt +++ b/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotificationDrawerManager.kt @@ -221,7 +221,7 @@ private fun NotifiableEvent.shouldIgnoreRegardingApplicationState(appNavigationS when (this) { is NotifiableRingingCallEvent -> { // Never ignore ringing call notifications - // Note that NotifiableRingingCallEvent are not handled by DefaultNotificationDrawerManage + // Note that NotifiableRingingCallEvent are not handled by DefaultNotificationDrawerManager false } is FallbackNotifiableEvent -> {