mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-01 06:52:50 +08:00
Fixed checkTagBindState callback error
This commit is contained in:
parent
29970cd306
commit
6d013438cd
@ -96,6 +96,7 @@ public class JPushEventReceiver extends JPushMessageReceiver {
|
|||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
callback.success(resultJson);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
@ -103,7 +104,6 @@ public class JPushEventReceiver extends JPushMessageReceiver {
|
|||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
callback.error(resultJson);
|
callback.error(resultJson);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user