mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-03 07:48:36 +00:00
Add subscribeOn call for getSecurityInfo.
This commit is contained in:
committed by
Cody Henthorne
parent
a50597445a
commit
3f59425579
@@ -177,7 +177,7 @@ class ConversationRepository {
|
||||
registeredState == RecipientDatabase.RegisteredState.REGISTERED && signalEnabled,
|
||||
Util.isDefaultSmsProvider(context),
|
||||
true);
|
||||
});
|
||||
}).subscribeOn(Schedulers.io());
|
||||
}
|
||||
|
||||
Observable<Optional<ThreadRecord>> getThreadRecord(long threadId) {
|
||||
|
||||
Reference in New Issue
Block a user