Fix active call manager.

For real this time.
This commit is contained in:
Cody Henthorne
2024-02-13 12:18:03 -05:00
parent cc40c9d09f
commit 36ea2a7f5d
2 changed files with 2 additions and 2 deletions

View File

@@ -236,7 +236,7 @@ class ActiveCallManager(
if (requiresAsyncNotificationLoad) {
notificationDisposable = Single.fromCallable { createNotification(recipient, isVideoCall, skipAvatarLoad = false) }
.observeOn(Schedulers.io())
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribeBy {
notification = it