mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-19 04:16:27 -04:00
#2299 Upgrade to Kotlin 1.4.0 - fix intrumentation crash
This commit is contained in:
parent
ae5316f393
commit
d1fdb824fa
@ -58,7 +58,7 @@ abstract class CoreSettingsFragment : BaseFragment() {
|
|||||||
requireActivity().supportFragmentManager
|
requireActivity().supportFragmentManager
|
||||||
.beginTransaction()
|
.beginTransaction()
|
||||||
.remove(prefsFragment)
|
.remove(prefsFragment)
|
||||||
.commit()
|
.commitNowAllowingStateLoss()
|
||||||
super.onDestroyView()
|
super.onDestroyView()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user