#2299 Upgrade to Kotlin 1.4.0 - fix intrumentation crash

This commit is contained in:
Sean Mac Gillicuddy 2020-11-19 11:45:10 +00:00
parent ae5316f393
commit d1fdb824fa

View File

@ -58,7 +58,7 @@ abstract class CoreSettingsFragment : BaseFragment() {
requireActivity().supportFragmentManager requireActivity().supportFragmentManager
.beginTransaction() .beginTransaction()
.remove(prefsFragment) .remove(prefsFragment)
.commit() .commitNowAllowingStateLoss()
super.onDestroyView() super.onDestroyView()
} }
} }