We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08d90e2 + 5bb87c4 commit 6065fa7Copy full SHA for 6065fa7
android/src/main/java/com/zoyi/channel/rn/RNChannelIO.java
@@ -120,7 +120,6 @@ public void initPushToken(String tokenData) {
120
public void handlePushNotification(ReadableMap userInfo, Promise promise) {
121
if (reactContext != null) {
122
Context context = reactContext.getApplicationContext();
123
- }
124
125
if (context != null) {
126
ChannelIO.showPushNotification(context, ParseUtils.toPushNotification(userInfo));
0 commit comments