Fix chapter list selection uninverting (closes #3014)

This commit is contained in:
arkon
2020-05-01 19:49:33 -04:00
parent fc7a040509
commit 33d2b0984f
2 changed files with 5 additions and 3 deletions
@@ -265,9 +265,6 @@ class UpdatesController :
presenter.deleteChapters(chaptersToDelete)
}
/**
* Destory [ActionMode] if it's shown
*/
private fun destroyActionModeIfNeeded() {
actionMode?.finish()
}