ios playback: remove time_slider.frame forced set (fix for non-functional slider UI)

It's unclear why this line was there, but it renders the slider
unresponsive currently
This commit is contained in:
Stephan Hesse 2018-05-04 11:52:31 +02:00 committed by Sebastian Dröge
parent d6c033bf92
commit 5188475abd

View file

@ -151,8 +151,6 @@
video_width_constraint.constant = correct_width;
video_height_constraint.constant = view_height;
}
time_slider.frame = CGRectMake(time_slider.frame.origin.x, time_slider.frame.origin.y, toolbar.frame.size.width - time_slider.frame.origin.x - 8, time_slider.frame.size.height);
}
static void video_dimensions_changed (GstPlayer * unused, gint width, gint height, VideoViewController * self)