summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-26 18:32:41 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-26 19:06:57 +0200
commit4ac0eff680a9fbf81dfd9e8a5772dee93bd0fb1a (patch)
treee7d442d708e8a509247e62cfb54713d6661758b3 /ios
parent92b973fadcf63409026237884e81a1e3f3e62660 (diff)
Was accidentally reverted. Change-Id: I1d62003cfab222664b7cf2053f640287910b2892
Diffstat (limited to 'ios')
-rw-r--r--ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm b/ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm
index 7e7216ff63b3..271342bd49d9 100644
--- a/ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm
+++ b/ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm
@@ -26,7 +26,7 @@ static UIWindow *theWindow;
(void) application;
(void) launchOptions;
- CGRect bounds = [[UIScreen mainScreen] bounds];
+ CGRect bounds = [[UIScreen mainScreen] applicationFrame];
self.window = [[LOViewerWindow alloc] initWithFrame:bounds];
theWindow = self.window;