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