mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-20 00:01:31 +08:00
fixes a typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user