File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Ports/iOSPort/nativeSources Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ - (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNoti
420420#ifdef CN1_INCLUDE_NOTIFICATIONS
421421 if ( [response.notification.request.content.userInfo valueForKey: @" __ios_id__" ] != NULL )
422422 {
423- CN1Log (@" Received local notification while running : %@ " , response.notification );
423+ CN1Log (@" Tapped on locally initiated notification : %@ " , response.notification );
424424 NSString * alertValue = [response.notification.request.content.userInfo valueForKey: @" __ios_id__" ];
425425 if ([response.notification.request.content.userInfo valueForKey: @" foreground" ] != NULL )
426426 com_codename1_impl_ios_IOSImplementation_localNotificationReceived___java_lang_String (CN1_THREAD_GET_STATE_PASS_ARG fromNSString (CN1_THREAD_GET_STATE_PASS_ARG alertValue));
You can’t perform that action at this time.
0 commit comments