[Libreoffice-commits] online.git: ios/Mobile

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Apr 24 11:20:14 UTC 2019


 ios/Mobile/AppDelegate.mm |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 824834dfa8a071e2724cc8dd4c968aa19a540836
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Apr 24 13:24:53 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Apr 24 13:24:53 2019 +0300

    Turn on Unipoll for the iOS app, too
    
    Change-Id: Ib0b7ac53b7c936e75446004c4581ace415b1dd5c

diff --git a/ios/Mobile/AppDelegate.mm b/ios/Mobile/AppDelegate.mm
index b67caf194..a6b1827d3 100644
--- a/ios/Mobile/AppDelegate.mm
+++ b/ios/Mobile/AppDelegate.mm
@@ -155,6 +155,8 @@ static void updateTemplates(NSData *data, NSURLResponse *response)
     if (!trace)
         trace = strdup("warning");
 
+    setenv("SAL_LOK_OPTIONS", "unipoll", 0);
+
     Log::initialize("Mobile", trace, false, false, {});
     Util::setThreadName("main");
 


More information about the Libreoffice-commits mailing list