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>
This commit is contained in:
Hailey
2024-06-10 18:16:21 -07:00
committed by GitHub
parent 4e9a65200e
commit c73ad43a80
2 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ index f1fed19..80afe9e 100644
+ @Nullable
+ public String getChannelId() {
+ return mTitle;
+ return mChannelId;
+ }
+
@Nullable