We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594d66f commit d8f271dCopy full SHA for d8f271d
libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/push/DefaultPushHandler.kt
@@ -94,7 +94,7 @@ class DefaultPushHandler @Inject constructor(
94
eventId = request.eventId,
95
roomId = request.roomId,
96
sessionId = request.sessionId,
97
- reason = "Unable to resolve event, showing fallback notification",
+ reason = "Showing fallback notification",
98
)
99
mutableBatteryOptimizationStore.showBatteryOptimizationBanner()
100
} else {
0 commit comments