fix issues due to latest sync
This commit is contained in:
parent
1cfa82a450
commit
67c877d55f
|
@ -9,6 +9,8 @@ public class Ejson {
|
||||||
String rid;
|
String rid;
|
||||||
String type;
|
String type;
|
||||||
Sender sender;
|
Sender sender;
|
||||||
|
String messageId;
|
||||||
|
String notificationType;
|
||||||
|
|
||||||
private String TOKEN_KEY = "reactnativemeteor_usertoken-";
|
private String TOKEN_KEY = "reactnativemeteor_usertoken-";
|
||||||
private SharedPreferences sharedPreferences = RNUserDefaultsModule.getPreferences(CustomPushNotification.reactApplicationContext);
|
private SharedPreferences sharedPreferences = RNUserDefaultsModule.getPreferences(CustomPushNotification.reactApplicationContext);
|
||||||
|
|
Loading…
Reference in New Issue