|
|
@ -142,8 +142,10 @@ abstract class StatusBaseViewHolder extends RecyclerView.ViewHolder { |
|
|
|
sdf = new SimpleDateFormat("HH:mm:ss", Locale.getDefault()); |
|
|
|
sdf = new SimpleDateFormat("HH:mm:ss", Locale.getDefault()); |
|
|
|
} |
|
|
|
} |
|
|
|
time = sdf.format(createdAt); |
|
|
|
time = sdf.format(createdAt); |
|
|
|
timestampInfo.setText(time); |
|
|
|
} else { |
|
|
|
|
|
|
|
time = "??:??:??"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
timestampInfo.setText(time); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// This is the visible timestampInfo.
|
|
|
|
// This is the visible timestampInfo.
|
|
|
|
String readout; |
|
|
|
String readout; |
|
|
|