Fix warning (suppress, no sure I want to delete this class right now)
This commit is contained in:
parent
0f4af79fb1
commit
c7222e2969
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
|
||||
* other device.
|
||||
*/
|
||||
fun isMessageOutdated(notifiableEvent: NotifiableEvent): Boolean {
|
||||
fun isMessageOutdated(@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