mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
[Contacts] update list on search cancel icon click + build version updated [Switch submodule branch] [--force]
This commit is contained in:
parent
5881c68a47
commit
50a673a81f
2 changed files with 2 additions and 1 deletions
|
|
@ -245,6 +245,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
// searchBar.text = [searchText uppercaseString];
|
||||
[ContactSelection setNameOrEmailFilter:searchText];
|
||||
if (searchText.length == 0) {
|
||||
[LinphoneManager.instance setContactsUpdated:TRUE];
|
||||
[tableController loadData];
|
||||
} else {
|
||||
[tableController loadSearchedData];
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>10</string>
|
||||
<string>11</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue