更新UI
This commit is contained in:
@@ -10,6 +10,7 @@ import com.google.gson.GsonBuilder
|
||||
import io.github.serpro69.kfaker.faker
|
||||
import java.io.File
|
||||
import java.util.Calendar
|
||||
import java.util.Date
|
||||
|
||||
object TestDatabase {
|
||||
var momentData = emptyList<MomentEntity>()
|
||||
@@ -120,7 +121,7 @@ object TestDatabase {
|
||||
avatar = person.avatar,
|
||||
nickname = person.nickName,
|
||||
location = person.country,
|
||||
time = "2023.02.02 11:23",
|
||||
time = Date(),
|
||||
followStatus = false,
|
||||
momentTextContent = "By strongarming Ducati into giving him the factory seat.Marquez effectively …",
|
||||
momentPicture = R.drawable.default_moment_img,
|
||||
|
||||
Reference in New Issue
Block a user