代码整理
This commit is contained in:
@ -110,7 +110,7 @@ public class SelectUserIconActivity extends BaseActivity {
|
||||
SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd");
|
||||
String time = format.format(new Date(l));
|
||||
|
||||
JSONObject json = null;
|
||||
JSONObject json;
|
||||
try {
|
||||
json = new JSONObject(iconCount);
|
||||
String lastTime = json.getString("time");
|
||||
|
||||
Reference in New Issue
Block a user