修复由白天黑夜模式回调引起的问题:事件点会被清空。
This commit is contained in:
@@ -267,4 +267,14 @@ public class DebugConfig {
|
||||
public static String getSpGuide(){
|
||||
return SP_GUIDE;
|
||||
}
|
||||
|
||||
private static boolean isSkinSupported = false;
|
||||
|
||||
public static void setSkinSupported( boolean isSkinSupported ) {
|
||||
DebugConfig.isSkinSupported = isSkinSupported;
|
||||
}
|
||||
|
||||
public static boolean isSkinSupported() {
|
||||
return isSkinSupported;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user