forked from mirrors/linphone-iphone
Pop to view instead of « go to » for detail views.
This commit is contained in:
parent
c1311f786e
commit
8afb26c9da
3 changed files with 3 additions and 3 deletions
|
|
@ -461,7 +461,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
- (IBAction)onBackClick:(id)event {
|
||||
[_tableController setChatRoom:NULL];
|
||||
ChatsListView *view = VIEW(ChatsListView);
|
||||
[PhoneMainView.instance changeCurrentView:view.compositeViewDescription];
|
||||
[PhoneMainView.instance popToView:view.compositeViewDescription];
|
||||
}
|
||||
|
||||
- (IBAction)onEditClick:(id)event {
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
ContactsListView *view = VIEW(ContactsListView);
|
||||
[PhoneMainView.instance changeCurrentView:view.compositeViewDescription];
|
||||
[PhoneMainView.instance popToView:view.compositeViewDescription];
|
||||
}
|
||||
|
||||
- (IBAction)onEditClick:(id)event {
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
|
||||
- (IBAction)onBackClick:(id)event {
|
||||
HistoryListView *view = VIEW(HistoryListView);
|
||||
[PhoneMainView.instance changeCurrentView:view.compositeViewDescription];
|
||||
[PhoneMainView.instance popToView:view.compositeViewDescription];
|
||||
}
|
||||
|
||||
- (IBAction)onContactClick:(id)event {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue