mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
UI fix
This commit is contained in:
parent
dc5de5eb45
commit
e5e73feaa1
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@
|
|||
_dialerButton.selected = [view equal:DialerView.compositeViewDescription];
|
||||
_chatButton.selected = [view equal:ChatsListView.compositeViewDescription] ||
|
||||
[view equal:ChatConversationCreateView.compositeViewDescription] ||
|
||||
[view equal:ChatConversationInfoView.compositeViewDescription] ||
|
||||
[view equal:ChatConversationView.compositeViewDescription];
|
||||
CGRect selectedNewFrame = _selectedButtonImage.frame;
|
||||
if ([self viewIsCurrentlyPortrait]) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue