mirror of https://github.com/laurent22/joplin.git
Not needed
parent
4706abbc06
commit
4ab1fb3ec5
|
@ -55,7 +55,6 @@ class CameraView extends Component {
|
||||||
index++;
|
index++;
|
||||||
if (index >= this.state.ratios.length) index = 0;
|
if (index >= this.state.ratios.length) index = 0;
|
||||||
Setting.setValue('camera.ratio', this.state.ratios[index]);
|
Setting.setValue('camera.ratio', this.state.ratios[index]);
|
||||||
this.forceUpdate();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async photo_onPress() {
|
async photo_onPress() {
|
||||||
|
|
Loading…
Reference in New Issue