You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//noinspection ConstantConditions - displayNotification might have been called by the developer
154
+
if (osNotificationDisplayedResult == null)
155
+
OneSignal.Log(OneSignal.LOG_LEVEL.ERROR, "onNotificationProcessing throw an exception. Displaying normal OneSignal notification. ", t);
156
+
else
157
+
OneSignal.Log(OneSignal.LOG_LEVEL.ERROR, "onNotificationProcessing throw an exception. Extended notification displayed but custom processing did not finish.", t);
158
+
}
147
159
148
160
// If developer did not call displayNotification from onNotificationProcessing
0 commit comments