mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 04:20:38 +01:00
fix #674, properly handle video progressbar padding on device rotations
This commit is contained in:
parent
8a0dd4592b
commit
1e3296fce1
@ -185,9 +185,9 @@ class VideoFragment : ViewPagerFragment(), SurfaceHolder.Callback, SeekBar.OnSee
|
||||
|
||||
private fun initTimeHolder() {
|
||||
val res = resources
|
||||
val left = mTimeHolder!!.paddingLeft
|
||||
val top = mTimeHolder!!.paddingTop
|
||||
var right = mTimeHolder!!.paddingRight
|
||||
val left = 0
|
||||
val top = 0
|
||||
var right = 0
|
||||
var bottom = 0
|
||||
|
||||
if (hasNavBar()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user