tweak video loading indicator

This commit is contained in:
Akinwale Ariwodola 2019-08-21 07:05:43 +01:00
parent 3ed97ff3da
commit 1e6505b664

View file

@ -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>