Commit e34bbb33 authored by Libin Lu's avatar Libin Lu Committed by GitHub

fix initial intent error

parent c135ce37
......@@ -50,7 +50,7 @@ public class FIRMessagingModule extends ReactContextBaseJavaModule implements Li
@ReactMethod
public void getInitialNotification(Promise promise){
promise.resolve(getCurrentActivity().getIntent());
promise.resolve(parseIntent(getCurrentActivity().getIntent()));
}
@ReactMethod
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment