mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 06:14:10 +01:00
fix crash when navigating back from chat to conversation list
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
9a66240fe5
commit
6497c2d9b1
@ -202,7 +202,7 @@ class MainActivity : BaseActivity(), ActionBarProvider {
|
||||
fun resetConversationsList() {
|
||||
userManager.users.subscribe(object : SingleObserver<List<User>> {
|
||||
override fun onSubscribe(d: Disposable) {
|
||||
TODO("Not yet implemented")
|
||||
// unused atm
|
||||
}
|
||||
|
||||
override fun onSuccess(users: List<User>) {
|
||||
|
Loading…
Reference in New Issue
Block a user