Fixed some crashes
- Import playlist crash - Create new backup crash
This commit is contained in:
parent
ac902d0bf0
commit
5e08b889c1
3 changed files with 11 additions and 5 deletions
|
@ -99,5 +99,6 @@ class MainSettingsFragment : Fragment(), View.OnClickListener {
|
|||
override fun onDestroyView() {
|
||||
super.onDestroyView()
|
||||
_binding = null
|
||||
ViewCompat.setOnApplyWindowInsetsListener(requireActivity().window.decorView, null)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue