feat: activity view
This commit is contained in:
parent
55ad8dccad
commit
856deb7755
16 changed files with 945 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
package ani.dantotsu.profile
|
||||
|
||||
import ani.dantotsu.connections.anilist.api.Activity
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
|
@ -14,6 +15,7 @@ data class User(
|
|||
val progress: Int? = null,
|
||||
val totalEpisodes: Int? = null,
|
||||
val nextAiringEpisode: Int? = null,
|
||||
val activity: List<Activity> = mutableListOf(),
|
||||
) : java.io.Serializable {
|
||||
companion object {
|
||||
private const val serialVersionUID: Long = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue