mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
UI: fix minor bugs
This commit is contained in:
parent
83317a8971
commit
14a20a240b
3 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
[self.contacts addObject:ref];
|
||||
[self.allContacts addObject:ref];
|
||||
}
|
||||
_searchBar.text = @"";
|
||||
[_searchBar becomeFirstResponder];
|
||||
|
||||
self.tableView.accessibilityIdentifier = @"Suggested addresses";
|
||||
|
|
|
|||
|
|
@ -219,6 +219,7 @@ static NSString *const kDisappearAnimation = @"disappear";
|
|||
[view equal:ContactDetailsView.compositeViewDescription];
|
||||
dialerButton.selected = [view equal:DialerView.compositeViewDescription];
|
||||
chatButton.selected = [view equal:ChatsListView.compositeViewDescription] ||
|
||||
[view equal:ChatConversationCreateView.compositeViewDescription] ||
|
||||
[view equal:ChatConversationView.compositeViewDescription];
|
||||
CGRect selectedNewFrame = _selectedButtonImage.frame;
|
||||
selectedNewFrame.origin.x =
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#import "AboutView.h"
|
||||
#import "ChatConversationView.h"
|
||||
#import "ChatConversationCreateView.h"
|
||||
#import "ChatsListView.h"
|
||||
#import "ContactDetailsView.h"
|
||||
#import "ContactsListView.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue