mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Not needed
This commit is contained in:
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
Block a user