Skip to content

Commit

Permalink
Merge pull request #1082 from RodriSanchez1/feature/rotateCropImage
Browse files Browse the repository at this point in the history
Download images commented
  • Loading branch information
RodriSanchez1 authored Nov 26, 2021
2 parents 9c1f887 + 1434991 commit dea9198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/Board.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export class BoardContainer extends Component {
//set board type
this.setState({ isFixedBoard: !!boardExists.isFixed });

if (isAndroid()) downloadImages();
// if (isAndroid()) downloadImages();
}

UNSAFE_componentWillReceiveProps(nextProps) {
Expand Down

0 comments on commit dea9198

Please sign in to comment.