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
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/notifications/src/main/java/com/onesignal/notifications/internal/NotificationClickResult.kt
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/notifications/src/main/java/com/onesignal/notifications/internal/common/NotificationHelper.kt
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -234,16 +234,15 @@ object NotificationHelper {
234
234
}
235
235
}
236
236
237
-
val actionType =
238
-
if (actionSelected !=null) INotificationClickResult.ActionType.ActionButtonelseINotificationClickResult.ActionType.Opened
239
-
val notificationAction =NotificationClickResult(actionType, actionSelected)
240
-
241
237
val notification = com.onesignal.notifications.internal.Notification(
0 commit comments