mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 20:11:02 +00:00
Merge branch 'dev' of https://github.com/rebelonion/Dantotsu into dev
This commit is contained in:
@@ -135,7 +135,7 @@ class StatsFragment(private val user: Query.UserProfile, private val activity: P
|
||||
val names: List<String> = if (anime) {
|
||||
stats?.data?.user?.statistics?.anime?.formats?.map { it.format } ?: emptyList()
|
||||
} else {
|
||||
stats?.data?.user?.statistics?.manga?.formats?.map { it.format } ?: emptyList()
|
||||
stats?.data?.user?.statistics?.manga?.countries?.map { it.country } ?: emptyList()
|
||||
}
|
||||
val values: List<Number> = if (anime) {
|
||||
when (statType) {
|
||||
|
||||
Reference in New Issue
Block a user