diff --git a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m index ea3f5357c951..9a9314522533 100644 --- a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m +++ b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m @@ -168,6 +168,10 @@ static View *theView; @end +// Functions called in the LO thread, which thus need to dispatch any +// CocoaTouch activity to happen on the GUI thread. Use +// dispatch_async() consistently. + void lo_damaged(CGRect rect) { (void) rect;