Commit 448007e8 by pye52

无意义的优化~

parent 1105f82d
......@@ -532,7 +532,7 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
private Runnable updateTimeRunnable = new Runnable() {
@Override
public void run() {
socketConnectedTime.setText(socketConnectedTimeDateFormat.format(new Date()));
socketConnectedTime.setText(socketConnectedTimeDateFormat.format(System.currentTimeMillis()));
handler.postDelayed(this, 1000);
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment