Fix warning (suppress, no sure I want to delete this class right now)
This commit is contained in:
parent
d1e7f93458
commit
201d137e79
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.
|
* Returns true if the given event should be ignored.
|
||||||
* Used to skip notifications if a non expected message is received.
|
* 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
|
/* TODO EAx
|
||||||
val session = activeSessionDataSource.currentValue?.orNull() ?: return false
|
val session = activeSessionDataSource.currentValue?.orNull() ?: return false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue