Bug Fix - Voip : decline call when room opened freeze riot

#764
This commit is contained in:
giomfo
2016-11-24 15:09:04 +01:00
parent 26fbb4d45c
commit a828bea139
3 changed files with 43 additions and 25 deletions
@@ -2745,13 +2745,6 @@
MXCall *call = notif.object;
if ([call.room.roomId isEqualToString:customizedRoomDataSource.roomId])
{
if (call.state == MXCallStateEnded)
{
// Workaround to manage the "back to call" banner: go back temporary the call screen.
// It will correctly manage the hide of this banner
[[AppDelegate theDelegate] presentCallViewController];
}
[self refreshActivitiesViewDisplay];
[self refreshRoomInputToolbar];
}