帮助与反馈页面改版&意见反馈页面改版

This commit is contained in:
叶子维
2023-08-28 14:06:09 +08:00
parent 20998852b6
commit 585660e52d
225 changed files with 9699 additions and 536 deletions

View File

@ -1237,7 +1237,7 @@ public class DialogUtils {
@Override
public Unit invoke() {
SimpleGameEntity entity = new SimpleGameEntity(gameId, gameName, "");
HelpAndFeedbackBridge.startSuggestionActivity(finalContext, SuggestType.gameQuestion, "notfound", "模拟器安装包解析错误", entity, "-");
HelpAndFeedbackBridge.startSuggestionActivity(finalContext, SuggestType.GAME, "notfound", "模拟器安装包解析错误", entity);
dialog.dismiss();
return null;
}