代码优化

This commit is contained in:
wangcongtao
2020-11-26 14:51:41 +08:00
committed by liujing
parent a3b65964eb
commit 9cbd9fa69b
3 changed files with 4 additions and 4 deletions

View File

@@ -323,7 +323,7 @@ public class DebugConfig {
return isNeedHideAdasWhenShare;
}
public static void setNeedHideAdas( boolean isNeedHideAdas ) {
public static void setNeedHideAdasWhenShare( boolean isNeedHideAdas ) {
DebugConfig.isNeedHideAdasWhenShare = isNeedHideAdas;
}
}