public void c() {
if (this.o.size() == 0) {
this.h.setText("");
this.g.setVisibility(0);
} else {
int i2 = (!RunConfig.isUserLogin() || TextUtils.isEmpty(AssistSettings.getUserId()) || RunConfig.getInt("account_level", 0) < 5) ? 100 : 500;
this.h.setText("(" + this.o.size() + "/" + i2 + ")");
if (this.o.size() == i2) {
this.h.setTextColor(getResources().getColor(edp.clipboard_menu_list_count_max_tv));
} else {
this.h.setTextColor(getResources().getColor(edp.clipboard_menu_list_count_tv));
}
if (this.i) {
this.i = false;
} else {
this.g.setVisibility(8);
}
}
this.j.notifyDataSetChanged();
}