summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-31 21:54:33 +0300
committerTor Lillqvist <tml@iki.fi>2013-03-31 21:56:40 +0300
commitd054a817be89c2827f53cd17c2df42ef01e4f4e1 (patch)
tree37c94703b4b36c2ac6dc8275ffe1f2dfd3a31e9e /ios
parent41a70cc2d32dde3e2c76a6f1d4f3dd1b32bb1c02 (diff)
Revert "Try redrawing in multiple phases to avoid blocking the UI thread too long"
Diffstat (limited to 'ios')
-rw-r--r--ios/experimental/LibreOffice/LibreOffice/AppDelegate.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m
index 8daaccdbc9b1..2f74d483fb63 100644
--- a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m
+++ b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m
@@ -37,7 +37,6 @@ static UIView *theView;
r.origin = CGPointMake(0, 0);
self.view = [[View alloc] initWithFrame: r];
- self.view.clearsContextBeforeDrawing = NO;
vc.view = self.view;
theView = self.view;