【光环助手V5.4.0】儿童/青少年模式https://git.ghzs.com/pm/halo-app-issues/-/issues/1571

This commit is contained in:
leafwai
2021-10-21 11:57:22 +08:00
parent 050da95a8f
commit 3aafc3fcbe
25 changed files with 1011 additions and 21 deletions

View File

@ -37,7 +37,7 @@ public class DetailDownloadUtils {
return;
}
if (SPUtils.getBoolean(Constants.SP_TEENAGER_MODEL)) {
if (SPUtils.getBoolean(Constants.SP_TEENAGER_MODE)) {
viewHolder.mDownloadPb.setText("查看");
viewHolder.mDownloadPb.setDownloadType(DownloadProgressBar.DownloadType.TEENAGER_MODEL);
return;