mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
ParentCategoriesFragment.kt: Changed arguments!! to requireArguments()
This commit is contained in:
parent
e441af938b
commit
29c7982a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,6 @@ class ParentCategoriesFragment : PageableCategoryFragment() {
|
|||
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