Fix detekt issue.
This commit is contained in:
parent
85035da028
commit
752a4ea846
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,6 @@
|
|||
package io.element.android.libraries.sessionstorage.api.observer
|
||||
|
||||
interface SessionListener {
|
||||
suspend fun onSessionCreated(userId: String) = Unit
|
||||
suspend fun onSessionDeleted(userId: String, wasLastSession: Boolean) = Unit
|
||||
suspend fun onSessionCreated(userId: String) {}
|
||||
suspend fun onSessionDeleted(userId: String, wasLastSession: Boolean) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue