Skip to content

Commit dea9198

Browse files
Merge pull request #1082 from RodriSanchez1/feature/rotateCropImage
Download images commented
2 parents 9c1f887 + 1434991 commit dea9198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Board/Board.container.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export class BoardContainer extends Component {
275275
//set board type
276276
this.setState({ isFixedBoard: !!boardExists.isFixed });
277277

278-
if (isAndroid()) downloadImages();
278+
// if (isAndroid()) downloadImages();
279279
}
280280

281281
UNSAFE_componentWillReceiveProps(nextProps) {

0 commit comments

Comments
 (0)