Skip to content

Commit 9252be8

Browse files
Edited log message
1 parent e4090f9 commit 9252be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ports/iOSPort/nativeSources/CodenameOne_GLAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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));

0 commit comments

Comments
 (0)