mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 17:08:34 +03:00
fix after rebase
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e5bf5ec261
commit
d1a562cf80
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class UserManager internal constructor(private val userRepository: UsersReposito
|
|||
return userRepository.getActiveUserObservable()
|
||||
}
|
||||
|
||||
fun deleteUser(internalId: Long) {
|
||||
fun deleteUser(internalId: Long): Int {
|
||||
return userRepository.deleteUser(userRepository.getUserWithId(internalId).blockingGet())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue