意见反馈页的反馈提交都需要先登录

This commit is contained in:
lyr
2021-03-24 17:21:12 +08:00
parent 2bf9c1e4d7
commit 335d6787a7

View File

@ -821,7 +821,7 @@ public class SuggestionActivity extends ToolBarActivity implements OnRequestCall
}
}
// 闪退反馈不需要反馈(由闪退提示框跳转)
if (mSuggestType == SuggestType.crash) {
if (mSuggestType == SuggestType.crash && !mHideHint.isEmpty()) {
readPostSuggestion(email);
} else {
CheckLoginUtils.checkLogin(this, entrance, () -> {