mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -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() {
|
fun finishActionMode() {
|
||||||
actionMode?.finish()
|
actionMode?.finish()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user