fixup! perf: Make network calls async
This commit is contained in:
parent
5b6660aa8d
commit
4c1a9c8765
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user