修复部分bug

This commit is contained in:
kehaoyuan
2017-06-13 09:25:40 +08:00
parent 8b46435808
commit a55a969588
12 changed files with 44 additions and 58 deletions

View File

@ -49,7 +49,6 @@ public class KaiFuUtils {
} else if (time < today) {
view.setText("↑历史开服");
view.setTextColor(Color.parseColor("#c7c7c7"));
view.setVisibility(View.GONE);
} else if (time > today && time < today + 86400 * 1000 * 3) {
view.setText("↓后天开服");
view.setTextColor(Color.parseColor("#c7c7c7"));