FuseJS/LocalNotifications on Main Thread

Any ideas how to move the LocalNotify.later(…) on the main thread? The notification insert is via a event triggered by fetch on regular intervals (setTimeout).

**[reports] Main Thread Checker: UI API called on a background thread: -[UIApplication scheduleLocalNotification:]**