From 4cd757a625accb54715d9a45b1afee3fb8efa630 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 5 Feb 2016 14:22:44 +0100 Subject: [PATCH] fix typo --- Classes/PhoneMainView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/PhoneMainView.m b/Classes/PhoneMainView.m index 53c332c70..4998882d9 100644 --- a/Classes/PhoneMainView.m +++ b/Classes/PhoneMainView.m @@ -517,6 +517,7 @@ static RootViewManager *rootViewManagerInstance = nil; animations:^{ statusBarBG.backgroundColor = [UIColor colorWithWhite:0.935 alpha:1]; }]; + } } #pragma deploymate pop }