Skip to content

Commit

Permalink
bg black for the video player screen
Browse files Browse the repository at this point in the history
  • Loading branch information
thahir-reddy committed Nov 12, 2019
1 parent 093c895 commit b0f2664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/CommonComponents/VideoPlayer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import video_not_available from '../../../assets/video-not-available.png';
import Utilities from '../../../services/Utilities';
import CurrentUser from '../../../models/CurrentUser';
import reduxGetter from '../../../services/ReduxGetters';
import Colors from "../../../theme/styles/Colors";

class VideoPlayer extends Component {

Expand Down Expand Up @@ -94,7 +95,7 @@ class VideoPlayer extends Component {
</View>
}else{
return (
<View style={{flex:1}}>
<View style={{flex:1, backgroundColor: Colors.black}}>
<TopStatus />
<VideoRowComponent doRender={true} isActive={ true } shouldPlay={this.shouldPlay}
videoId={this.videoId} userId={this.state.userId}
Expand Down

0 comments on commit b0f2664

Please sign in to comment.