Bug fix for DateUtils not working as documented

This commit is contained in:
dhk2 2020-07-03 21:53:58 -07:00
parent 1d3a464c62
commit d11d19e164
1 changed files with 1 additions and 5 deletions

View File

@ -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();