From c73ad43a8005a90f8fe3152142cbed28c297ee6c Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 10 Jun 2024 18:16:21 -0700 Subject: stop using `addPushTokenListener` (#4467) * stop using push token listener * cleanup the hack * add a comment * remove test code * Fix patch --------- Co-authored-by: Dan Abramov --- patches/expo-notifications+0.28.7.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches/expo-notifications+0.28.7.patch') diff --git a/patches/expo-notifications+0.28.7.patch b/patches/expo-notifications+0.28.7.patch index 3a9985c7b..20f95185b 100644 --- a/patches/expo-notifications+0.28.7.patch +++ b/patches/expo-notifications+0.28.7.patch @@ -63,7 +63,7 @@ index f1fed19..80afe9e 100644 + @Nullable + public String getChannelId() { -+ return mTitle; ++ return mChannelId; + } + @Nullable -- cgit 1.4.1