Fix warning (suppress, no sure I want to delete this class right now)
This commit is contained in:
parent
b62a174494
commit
527f239488
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class OutdatedEventDetector @Inject constructor(
|
||||||
* Used to clean up notifications if a displayed message has been read on an
|
* Used to clean up notifications if a displayed message has been read on an
|
||||||
* other device.
|
* other device.
|
||||||
*/
|
*/
|
||||||
fun isMessageOutdated(notifiableEvent: NotifiableEvent): Boolean {
|
fun isMessageOutdated(@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