parent
0c153aeb6a
commit
9f848e1bdc
|
@ -320,8 +320,8 @@ class ExplorerService(
|
|||
userId = it.userId,
|
||||
profileImage = it.profileImage,
|
||||
nickname = it.nickname,
|
||||
isFollow = creatorFollowing?.isFollow ?: false,
|
||||
isNotify = creatorFollowing?.isNotify ?: false
|
||||
isFollow = creatorFollowing?.isFollow,
|
||||
isNotify = creatorFollowing?.isNotify
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue