You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we just need to access local contacts in StartChatViewController. If it will be removed in global search.
Look at occurrences of BuildSettings.allowLocalContactsAccess. And remove code that it's not needed anymore.
Fetch local contacts at the last moment and remove (or move) the global fetch from LegacyAppDelegate.refreshLocalContacts
The text was updated successfully, but these errors were encountered:
Now we just need to access local contacts in
StartChatViewController
. If it will be removed in global search.Look at occurrences of
BuildSettings.allowLocalContactsAccess
. And remove code that it's not needed anymore.Fetch local contacts at the last moment and remove (or move) the global fetch from
LegacyAppDelegate.refreshLocalContacts
The text was updated successfully, but these errors were encountered: