kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add subscribeOn call for getSecurityInfo.
rodzic
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) {
|
||||
|
|
Ładowanie…
Reference in New Issue