fixup! perf: Make network calls async

This commit is contained in:
Sweetbread 2024-09-08 20:12:22 +03:00
parent 5b6660aa8d
commit 4c1a9c8765

View File

@ -190,7 +190,7 @@ private suspend fun getMyself(login: String) {
DateTimeFormatter.ofPattern("yyyy-MM-dd")
),
avatar = user.getJSONObject("photo").let {
ImageSet(
AvatarSet(
it.getString("orig"),
it.getString("thumbnail"),
it.getString("small"),