Remove Client4 reference in progressive_image

This commit is contained in:
Elias Nahum 2020-04-14 15:50:29 -04:00
parent 5a2bb0125b
commit 30c8d35966
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -6,8 +6,6 @@ import PropTypes from 'prop-types';
import {Animated, Image, ImageBackground, Platform, View, StyleSheet} from 'react-native';
import FastImage from 'react-native-fast-image';
import {Client4} from 'mattermost-redux/client';
import CustomPropTypes from 'app/constants/custom_prop_types';
import {changeOpacity, makeStyleSheetFromTheme} from 'app/utils/theme';