mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix indentation
This commit is contained in:
parent
2a76503aa6
commit
a146f642f7
1 changed files with 2 additions and 2 deletions
|
|
@ -75,8 +75,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
- (IBAction)onNextClick:(id)sender {
|
||||
ChatConversationCreateConfirmView *view = VIEW(ChatConversationCreateConfirmView);
|
||||
[PhoneMainView.instance changeCurrentView:view.compositeViewDescription];
|
||||
ChatConversationCreateConfirmView *view = VIEW(ChatConversationCreateConfirmView);
|
||||
[PhoneMainView.instance changeCurrentView:view.compositeViewDescription];
|
||||
}
|
||||
|
||||
- (void)dismissKeyboards {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue