This commit is contained in:
Jay 2020-05-04 15:52:21 -04:00
parent b16ffe020e
commit 17f0754405

View File

@ -546,7 +546,7 @@ class LibraryController(
override fun onDestroyView(view: View) { override fun onDestroyView(view: View) {
LibraryUpdateService.removeListener(this) LibraryUpdateService.removeListener(this)
actionMode = null destroyActionModeIfNeeded()
super.onDestroyView(view) super.onDestroyView(view)
} }