From 14349912461b08356d4ddf5989242c4b59985751 Mon Sep 17 00:00:00 2001 From: RodriSanchez1 Date: Fri, 26 Nov 2021 11:15:02 -0300 Subject: [PATCH] Download images commented --- src/components/Board/Board.container.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Board/Board.container.js b/src/components/Board/Board.container.js index 83abe635c..8213432f8 100644 --- a/src/components/Board/Board.container.js +++ b/src/components/Board/Board.container.js @@ -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) {