fix crash when navigating back from chat to conversation list

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-06-25 13:50:15 +02:00
parent 9a66240fe5
commit 6497c2d9b1
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -202,7 +202,7 @@ class MainActivity : BaseActivity(), ActionBarProvider {
fun resetConversationsList() { fun resetConversationsList() {
userManager.users.subscribe(object : SingleObserver<List<User>> { userManager.users.subscribe(object : SingleObserver<List<User>> {
override fun onSubscribe(d: Disposable) { override fun onSubscribe(d: Disposable) {
TODO("Not yet implemented") // unused atm
} }
override fun onSuccess(users: List<User>) { override fun onSuccess(users: List<User>) {