tweak video loading indicator
This commit is contained in:
parent
3ed97ff3da
commit
1e6505b664
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ class PublishPage extends React.PureComponent {
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
{(loadingVideos || !thumbnailPath || checkedThumbnails.length === 0) && (
|
{loadingVideos && (
|
||||||
<View style={publishStyle.loadingView}>
|
<View style={publishStyle.loadingView}>
|
||||||
<ActivityIndicator size="large" color={Colors.NextLbryGreen} />
|
<ActivityIndicator size="large" color={Colors.NextLbryGreen} />
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in a new issue