Kaydet (Commit) 9a373521 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

It seems to work even without calling temporaryHackToInvokeCallbackHandlers()?

But I tested just a few times. If somebody re-starts work on
LibreOfficeLight, and encounter hangs, hopefully they notice this
commit and try to un-comment-out the line in question.

I hadn't noticed that temporaryHackToInvokeCallbackHandlers() thing
before, maybe calling it in the iOS app being developed (in the
"online" repo) is necessary, and would help avoiding the hangs I
occasionally see in it?

Change-Id: I0f4d8c800024c43acb512d40efdfad71c229bec2
üst 98f29239
......@@ -539,7 +539,9 @@ open class Document
public func invokeHandlers()
{
temporaryHackToInvokeCallbackHandlers(pDoc)
// The app seems to work even without this? Or maybe I
// just didn't test hard enough?
// temporaryHackToInvokeCallbackHandlers(pDoc)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment