mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Remove more SMS vestiges.
This commit is contained in:
@@ -79,10 +79,6 @@ public class ContactsSyncAdapter extends AbstractThreadedSyncAdapter {
|
||||
|
||||
try {
|
||||
ContactDiscovery.refresh(context, recipients, true);
|
||||
|
||||
if (Util.isDefaultSmsProvider(context)) {
|
||||
ContactDiscovery.syncRecipientInfoWithSystemContacts(context);
|
||||
}
|
||||
} catch (IOException e) {
|
||||
Log.w(TAG, "Failed to refresh! Scheduling for later.", e);
|
||||
ApplicationDependencies.getJobManager().add(new DirectoryRefreshJob(true));
|
||||
|
||||
Reference in New Issue
Block a user