Skip to content

Commit

Permalink
fix: update CustomerIOFirebaseMessagingService to open (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Feb 22, 2023
1 parent d42cd94 commit edce7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messagingpush/api/messagingpush.api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public final class io/customer/messagingpush/CustomerIOFirebaseMessagingService : com/google/firebase/messaging/FirebaseMessagingService {
public class io/customer/messagingpush/CustomerIOFirebaseMessagingService : com/google/firebase/messaging/FirebaseMessagingService {
public static final field Companion Lio/customer/messagingpush/CustomerIOFirebaseMessagingService$Companion;
public fun <init> ()V
public fun onMessageReceived (Lcom/google/firebase/messaging/RemoteMessage;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.google.firebase.messaging.FirebaseMessagingService
import com.google.firebase.messaging.RemoteMessage
import io.customer.sdk.CustomerIO

class CustomerIOFirebaseMessagingService : FirebaseMessagingService() {
open class CustomerIOFirebaseMessagingService : FirebaseMessagingService() {

companion object {
/**
Expand Down

0 comments on commit edce7f5

Please sign in to comment.