This commit is contained in:
Benoit Marty 2026-02-12 14:42:58 +01:00
parent 0bb1a2f801
commit 7f356f2603

View file

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