diff options
Diffstat (limited to 'patches/expo-notifications+0.28.7.patch')
-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 |