changed the sp_guide to module_common

This commit is contained in:
unknown
2020-09-25 11:13:16 +08:00
parent f9183115cb
commit b12416edd8
9 changed files with 38 additions and 21 deletions

View File

@@ -251,12 +251,6 @@ public class DebugConfig {
DebugConfig.sRoadEventAnimated = sRoadEventAnimated;
}
private static String SP_GUIDE = "SP_GUIDE_2020_09_09";
public static String getSpGuide() {
return SP_GUIDE;
}
private static boolean isSkinSupported = false;
public static void setSkinSupported( boolean isSkinSupported ) {