mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 18:21:01 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -573,7 +573,7 @@ class MediaInfoFragment : Fragment() {
|
||||
parent.addView(root)
|
||||
}
|
||||
}
|
||||
val users = media.users!!
|
||||
val users: ArrayList<User> = media.users ?: arrayListOf()
|
||||
if (Anilist.token != null && media.userStatus != null) {
|
||||
users.add(0,
|
||||
User(
|
||||
|
||||
Reference in New Issue
Block a user