mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
#2717 removed requireFragmentManager()
This commit is contained in:
parent
662fde559c
commit
0e8b74d8bc
@ -274,5 +274,5 @@ class OnlineLibraryFragment : BaseFragment(), FragmentActivityExtensions {
|
|||||||
.apply {
|
.apply {
|
||||||
onSelectAction = ::storeDeviceInPreferences
|
onSelectAction = ::storeDeviceInPreferences
|
||||||
}
|
}
|
||||||
.show(requireFragmentManager(), getString(R.string.pref_storage))
|
.show(parentFragmentManager, getString(R.string.pref_storage))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user