Fix detekt issue.
This commit is contained in:
@@ -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) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user