mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-02 20:46:44 +01:00
use the extended navigation bar height check at the video fragment too
This commit is contained in:
parent
7518d33574
commit
b75c58fa0c
@ -457,7 +457,7 @@ class VideoFragment : ViewPagerFragment(), TextureView.SurfaceTextureListener, S
|
||||
|
||||
private fun initTimeHolder() {
|
||||
var right = 0
|
||||
var bottom = context!!.navigationBarHeight
|
||||
var bottom = if (context!!.navigationBarBottom) context!!.navigationBarHeight else 0
|
||||
if (mConfig.bottomActions) {
|
||||
bottom += resources.getDimension(R.dimen.bottom_actions_height).toInt()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user