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 && (
|
{isChannel && (
|
||||||
<View style={fileListStyle.thumbnail}>
|
<View style={fileListStyle.thumbnail}>
|
||||||
<View style={fileListStyle.channelThumbnailContainer}>
|
<View style={[fileListStyle.channelThumbnailContainer, this.state.autoStyle]}>
|
||||||
{hasThumbnail && (
|
{hasThumbnail && (
|
||||||
<Image style={fileListStyle.channelThumbnail} resizeMode={'cover'} source={{ uri: thumbnail }} />
|
<Image style={fileListStyle.channelThumbnail} resizeMode={'cover'} source={{ uri: thumbnail }} />
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -98,7 +98,7 @@ class FileResultItem extends React.PureComponent {
|
||||||
|
|
||||||
{isChannel && (
|
{isChannel && (
|
||||||
<View style={fileListStyle.thumbnail}>
|
<View style={fileListStyle.thumbnail}>
|
||||||
<View style={fileListStyle.channelThumbnailContainer}>
|
<View style={[fileListStyle.channelThumbnailContainer, this.state.autoStyle]}>
|
||||||
{hasThumbnail && (
|
{hasThumbnail && (
|
||||||
<FastImage
|
<FastImage
|
||||||
style={fileListStyle.channelThumbnail}
|
style={fileListStyle.channelThumbnail}
|
||||||
|
|
Loading…
Reference in a new issue