Skip to content

Commit d8f271d

Browse files
committed
Remove string duplication
1 parent 594d66f commit d8f271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/push/DefaultPushHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class DefaultPushHandler @Inject constructor(
9494
eventId = request.eventId,
9595
roomId = request.roomId,
9696
sessionId = request.sessionId,
97-
reason = "Unable to resolve event, showing fallback notification",
97+
reason = "Showing fallback notification",
9898
)
9999
mutableBatteryOptimizationStore.showBatteryOptimizationBanner()
100100
} else {

0 commit comments

Comments
 (0)