Disable debugging of notification
This commit is contained in:
parent
e02ba42ea0
commit
1ac5f8e788
1 changed files with 2 additions and 2 deletions
|
|
@ -16,6 +16,6 @@
|
|||
|
||||
package io.element.android.libraries.push.impl.notifications.debug
|
||||
|
||||
fun CharSequence.annotateForDebug(prefix: Int): CharSequence {
|
||||
return "$prefix-$this"
|
||||
fun CharSequence.annotateForDebug(@Suppress("UNUSED_PARAMETER") prefix: Int): CharSequence {
|
||||
return this // "$prefix-$this"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue