From 28203c52166fd9b068e32a309f60724bc2da1906 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Mon, 2 Jun 2014 17:03:17 +0200 Subject: [PATCH] Revert fullscreen when coming back from call view --- Classes/InCallViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/InCallViewController.m b/Classes/InCallViewController.m index 080d72cc9..34f511a1a 100644 --- a/Classes/InCallViewController.m +++ b/Classes/InCallViewController.m @@ -175,6 +175,7 @@ static UICompositeViewDescription *compositeDescription = nil; [callTableController viewDidDisappear:animated]; } + [[PhoneMainView instance] fullScreen:false]; // Disable tap [singleFingerTap setEnabled:FALSE]; }