Fix typo
This commit is contained in:
parent
0368aa8687
commit
130ff40e5c
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ private fun NotifiableEvent.shouldIgnoreRegardingApplicationState(appNavigationS
|
||||||
when (this) {
|
when (this) {
|
||||||
is NotifiableRingingCallEvent -> {
|
is NotifiableRingingCallEvent -> {
|
||||||
// Never ignore ringing call notifications
|
// Never ignore ringing call notifications
|
||||||
// Note that NotifiableRingingCallEvent are not handled by DefaultNotificationDrawerManage
|
// Note that NotifiableRingingCallEvent are not handled by DefaultNotificationDrawerManager
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
is FallbackNotifiableEvent -> {
|
is FallbackNotifiableEvent -> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue