feat: 徽章系统相关优化—客户端 https://jira.shanqu.cc/browse/GHZS-1746
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user