Merge pull request #131 from Dragas/master

fixes a typo
This commit is contained in:
Лампуша
2019-03-05 15:42:50 +03:00
committed by GitHub
+1 -1
View File
@@ -164,7 +164,7 @@ public class startApp extends Assets {
LaunchIntent = new Intent();
if(params.has("intent")) {
ComponentName ci = new ComponentName(cordova.getActivity().getPackageName(), params.getString("intent"));
it.setComponent(ci);
LaunchIntent.setComponent(ci);
}
}