修复部分bug
This commit is contained in:
@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user