光环助手V3.5 RELEASE(20181024-1820)测试问题汇总(前端)(6.7.8.16.18.19.20.21.28) https://gitlab.ghzhushou.com/pm/halo-app-issues/issues/376

This commit is contained in:
kehaoyuan
2018-10-28 15:09:11 +08:00
parent 74c9cfc5b6
commit 9b0a95aa54
7 changed files with 31 additions and 7 deletions

View File

@ -109,6 +109,7 @@ public class LoginUtils {
public static void userPostErrorToast(String errorString, Context context, boolean isQuestion) {
if (TextUtils.isEmpty(errorString)) {
Utils.toast(context, R.string.post_failure_hint);
return;
}
try {