Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 authored and scoroi committed Nov 10, 2019
1 parent a2bafd1 commit 57d333a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReactNativeClient/lib/components/CameraView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 57d333a

Please sign in to comment.