Skip to content

Commit

Permalink
Download images commented
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Nov 26, 2021
1 parent 802e106 commit 1434991
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 1434991

Please sign in to comment.