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