Commit 516bfb53 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Change LocalTime to LocalDateTime

parent 4e9b4702
package chat.rocket.android.app.chatroom package chat.rocket.android.app.chatroom
import chat.rocket.android.app.User import chat.rocket.android.app.User
import org.threeten.bp.LocalTime import org.threeten.bp.LocalDateTime
data class Message(val user: User, val content: String, val time: LocalTime) data class Message(val user: User, val content: String, val localDatetime: LocalDateTime)
\ No newline at end of file \ No newline at end of file
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 to comment