Fixed some crashes

- Import playlist crash
- Create new backup crash
This commit is contained in:
Prathamesh More 2021-12-13 10:53:40 +05:30
parent ac902d0bf0
commit 5e08b889c1
3 changed files with 11 additions and 5 deletions

View file

@ -99,5 +99,6 @@ class MainSettingsFragment : Fragment(), View.OnClickListener {
override fun onDestroyView() {
super.onDestroyView()
_binding = null
ViewCompat.setOnApplyWindowInsetsListener(requireActivity().window.decorView, null)
}
}