Skip to content

Commit

Permalink
fixes a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragas committed Mar 5, 2019
1 parent 40ddc4b commit 2306551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/startApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void start(JSONArray args, CallbackContext callback) {
LaunchIntent = new Intent();
if(params.has("intent")) {
ComponentName ci = new ComponentName(cordova.getActivity().getPackageName(), params.getString("intent"));
it.setComponent(ci);
LaunchIntent.setComponent(ci);
}
}

Expand Down

0 comments on commit 2306551

Please sign in to comment.