srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
d8aa9ff1
2213b28e
Replace use of deprecated function
inline
split
atox/src/main/kotlin/ui/NotificationHelper.kt
added: 2, removed: 2, total 0
@@ -127,7 +127,7 @@ class NotificationHelper @Inject constructor(
)
if (outgoing) {
notificationBuilder.setNotificationSilent()
notificationBuilder.setSilent(true)
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {