diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-31 21:54:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-31 21:56:40 +0300 |
commit | d054a817be89c2827f53cd17c2df42ef01e4f4e1 (patch) | |
tree | 37c94703b4b36c2ac6dc8275ffe1f2dfd3a31e9e /ios | |
parent | 41a70cc2d32dde3e2c76a6f1d4f3dd1b32bb1c02 (diff) |
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.m | 1 |
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; |