Add parameter wasLastSession to SessionListener.onSessionDeleted
This commit is contained in:
parent
2acc6db70f
commit
9ca5fbdc08
13 changed files with 15 additions and 14 deletions
|
|
@ -29,6 +29,6 @@ class FakeSessionObserver : SessionObserver {
|
|||
}
|
||||
|
||||
suspend fun onSessionDeleted(userId: String) {
|
||||
listeners.forEach { it.onSessionDeleted(userId) }
|
||||
listeners.forEach { it.onSessionDeleted(userId, false) }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue