优化toast

1.3
This commit is contained in:
2022-10-21 13:49:59 +08:00
parent 73dbcedf4a
commit f0210192ea

View File

@@ -740,7 +740,7 @@ public class RunningAppManager {
}
} else {
if (appTimeControl.getIs_quota() == 0) {
ToastUtil.show("没有使用额度");
// ToastUtil.show("没有使用额度");
Log.e(TAG, "inControlTime: " + "没有使用额度");
return false;
}