Fixed #308
This commit is contained in:
parent
b16ffe020e
commit
17f0754405
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ class LibraryController(
|
|||
|
||||
override fun onDestroyView(view: View) {
|
||||
LibraryUpdateService.removeListener(this)
|
||||
actionMode = null
|
||||
destroyActionModeIfNeeded()
|
||||
super.onDestroyView(view)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue