Fix warning (suppress, no sure I want to delete this class right now)
This commit is contained in:
parent
202268ae55
commit
b072872c85
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class FilteredEventDetector @Inject constructor(
|
|||
* Returns true if the given event should be ignored.
|
||||
* Used to skip notifications if a non expected message is received.
|
||||
*/
|
||||
fun shouldBeIgnored(notifiableEvent: NotifiableEvent): Boolean {
|
||||
fun shouldBeIgnored(@Suppress("UNUSED_PARAMETER") notifiableEvent: NotifiableEvent): Boolean {
|
||||
/* TODO EAx
|
||||
val session = activeSessionDataSource.currentValue?.orNull() ?: return false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue