mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Improve call tab performance.
This commit is contained in:
committed by
Greyson Parrelli
parent
71c21eeba6
commit
0b24e42448
@@ -87,7 +87,7 @@ object MessageDataFetcher {
|
||||
}
|
||||
|
||||
val callsFuture = executor.submitTimed {
|
||||
SignalDatabase.calls.getCalls(messageIds)
|
||||
SignalDatabase.calls.getCallsForCache(messageIds)
|
||||
}
|
||||
|
||||
val recipientsFuture = executor.submitTimed {
|
||||
|
||||
Reference in New Issue
Block a user