1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Not needed

This commit is contained in:
Laurent Cozic 2019-10-23 16:17:40 +01:00
parent 4706abbc06
commit 4ab1fb3ec5

View File

@ -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() {