mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-20 00:01:31 +08:00
upd
update noParse value
This commit is contained in:
@@ -138,7 +138,7 @@ public class startApp extends Assets {
|
||||
/**
|
||||
* disable parsing intent values
|
||||
*/
|
||||
if(params.has("noParseAction")) {
|
||||
if(params.has("noParse")) {
|
||||
NO_PARSE_INTENT_VALS = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user