Fix back button

This commit is contained in:
Guillaume BIENKOWSKI 2014-07-11 09:04:02 +02:00
parent 154f247009
commit d56dc2a972

View file

@ -522,6 +522,9 @@ static void message_status(LinphoneChatMessage* msg,LinphoneChatMessageState sta
[[PhoneMainView instance] popCurrentView];
}
}];
} else {
[self.tableController setChatRoom:NULL];
[[PhoneMainView instance] popCurrentView];
}
}