mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Finish action mode in a new pageChangeListener
This commit is contained in:
parent
e53e944f6b
commit
d14d8643fc
@ -113,15 +113,6 @@ class ZimFileSelectFragment : BaseFragment() {
|
||||
}
|
||||
}
|
||||
|
||||
/*override fun setUserVisibleHint(isVisibleToUser: Boolean) {
|
||||
super.setUserVisibleHint(isVisibleToUser)
|
||||
if (this.isVisible) {
|
||||
if (!isVisibleToUser) {
|
||||
actionMode?.finish()
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
fun finishActionMode() {
|
||||
actionMode?.finish()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user