Bug fix for DateUtils not working as documented
This commit is contained in:
parent
1d3a464c62
commit
d11d19e164
@ -199,11 +199,7 @@ public class VideoPlayerFragment extends Fragment implements VideoRendererEventL
|
||||
}
|
||||
});
|
||||
}
|
||||
public void useController(boolean value){
|
||||
if (mBound){
|
||||
simpleExoPlayerView.setUseController(value);
|
||||
}
|
||||
}
|
||||
|
||||
private void playVideo(Video video) {
|
||||
|
||||
Context context = getContext();
|
||||
|
Loading…
Reference in New Issue
Block a user