You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Not needed
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user