теперь думай почему в commentList оказался нулл таймштамп, посмотри где добавляешь таймштамп
ну вот а setTimestamp ты не вызываешь
А set то не вызвал
fun String.asTime(): String { val time = Date(this.toLong()) val timeFormat = SimpleDateFormat("HH:mm", Locale.getDefault()) return timeFormat.format(time).trim() //This will convert the BigInteger to long //This will convert the BigInteger to long }
Обсуждают сегодня