feat: 徽章系统相关优化—客户端 https://jira.shanqu.cc/browse/GHZS-1746

This commit is contained in:
叶子维
2023-03-21 15:42:46 +08:00
parent 1c591c6e45
commit e48d090eb3
3 changed files with 11 additions and 0 deletions

View File

@ -1084,6 +1084,8 @@ public class DialogUtils {
if ("self".equals(badge.getReceive().getType())) {
receiveTv.setText(R.string.receive_badge);
} else if ("auto".equals(badge.getReceive().getType())) {
receiveTv.setText(R.string.view_badge);
} else {
receiveTv.setText(R.string.apply_badge);
}