Revert fullscreen when coming back from call view

This commit is contained in:
Guillaume BIENKOWSKI 2014-06-02 17:03:17 +02:00
parent 5c1604adc9
commit 28203c5216

View file

@ -175,6 +175,7 @@ static UICompositeViewDescription *compositeDescription = nil;
[callTableController viewDidDisappear:animated];
}
[[PhoneMainView instance] fullScreen:false];
// Disable tap
[singleFingerTap setEnabled:FALSE];
}