mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
CategoriesMediaFragment.kt: Changed arguments!! to requireArguments()
This commit is contained in:
parent
d8dada9483
commit
7f41a31e8c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ class CategoriesMediaFragment : PageableMediaFragment() {
|
|||
savedInstanceState: Bundle?,
|
||||
) {
|
||||
super.onViewCreated(view, savedInstanceState)
|
||||
onQueryUpdated("$CATEGORY_PREFIX${arguments!!.getString("categoryName")!!}")
|
||||
onQueryUpdated("$CATEGORY_PREFIX${requireArguments().getString("categoryName")!!}")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue