unified display of channel results #108
2 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ class FileListItem extends React.PureComponent {
|
|||
|
||||
{isChannel && (
|
||||
<View style={fileListStyle.thumbnail}>
|
||||
<View style={fileListStyle.channelThumbnailContainer}>
|
||||
<View style={[fileListStyle.channelThumbnailContainer, this.state.autoStyle]}>
|
||||
{hasThumbnail && (
|
||||
<Image style={fileListStyle.channelThumbnail} resizeMode={'cover'} source={{ uri: thumbnail }} />
|
||||
)}
|
||||
|
|
|
@ -98,7 +98,7 @@ class FileResultItem extends React.PureComponent {
|
|||
|
||||
{isChannel && (
|
||||
<View style={fileListStyle.thumbnail}>
|
||||
<View style={fileListStyle.channelThumbnailContainer}>
|
||||
<View style={[fileListStyle.channelThumbnailContainer, this.state.autoStyle]}>
|
||||
{hasThumbnail && (
|
||||
<FastImage
|
||||
style={fileListStyle.channelThumbnail}
|
||||
|
|
Loading…
Reference in a new issue