From 4ab1fb3ec569c36e64eaa1504fa200e500575eb2 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 23 Oct 2019 16:17:40 +0100 Subject: [PATCH] Not needed --- ReactNativeClient/lib/components/CameraView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactNativeClient/lib/components/CameraView.js b/ReactNativeClient/lib/components/CameraView.js index ed9f295650..5e3939bee6 100644 --- a/ReactNativeClient/lib/components/CameraView.js +++ b/ReactNativeClient/lib/components/CameraView.js @@ -55,7 +55,6 @@ class CameraView extends Component { index++; if (index >= this.state.ratios.length) index = 0; Setting.setValue('camera.ratio', this.state.ratios[index]); - this.forceUpdate(); } async photo_onPress() {