There was an error while loading. Please reload this page.
1 parent c40b724 commit f2d1d4fCopy full SHA for f2d1d4f
1 file changed
tns-core-modules/ui/frame/frame.ios.ts
@@ -32,6 +32,8 @@ class NotificationObserver2 extends NSObject {
32
public onReceive(notification: NSNotification): void {
33
if (this._onReceiveCallback) {
34
this._onReceiveCallback(notification);
35
+ } else {
36
+ handleNotification(notification);
37
}
38
39
0 commit comments