mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Improve conversation open speed.
Co-authored-by: Cody Henthorne <cody@signal.org>
This commit is contained in:
committed by
Cody Henthorne
parent
d3049a3433
commit
666218773c
@@ -155,7 +155,6 @@ public class MessageRequestViewModel extends ViewModel {
|
||||
private void loadRecipient() {
|
||||
liveRecipient.observeForever(recipientObserver);
|
||||
SignalExecutors.BOUNDED.execute(() -> {
|
||||
liveRecipient.refresh();
|
||||
recipient.postValue(liveRecipient.get());
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user