diff options
author | Hailey <me@haileyok.com> | 2024-06-10 18:16:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 03:16:21 +0200 |
commit | c73ad43a8005a90f8fe3152142cbed28c297ee6c (patch) | |
tree | a9b6e3828199f1ff469addb83c21b61c774fc905 /patches | |
parent | 4e9a65200e2f355b020415a3a18ae1ade404635f (diff) | |
download | voidsky-c73ad43a8005a90f8fe3152142cbed28c297ee6c.tar.zst |
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 <dan.abramov@gmail.com>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/expo-notifications+0.28.7.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |