summaryrefslogtreecommitdiffstats
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
parentTry redrawing in multiple phases to avoid blocking the UI thread too long (diff)
downloadcore-d054a817be89c2827f53cd17c2df42ef01e4f4e1.tar.gz
core-d054a817be89c2827f53cd17c2df42ef01e4f4e1.zip
Revert "Try redrawing in multiple phases to avoid blocking the UI thread too long"
This reverts commit 3aae02d02d418222b0b51748008ed5c9c1f1d3c2.
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;