remove new empty line
This commit is contained in:
parent
8476c3dbd1
commit
13723dabcc
1 changed files with 0 additions and 3 deletions
|
@ -842,13 +842,11 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logErr(e);
|
logErr(e);
|
||||||
cam.release();
|
cam.release();
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void printCamParams(Parameters parameters, boolean autoExposure) {
|
private void printCamParams(Parameters parameters, boolean autoExposure) {
|
||||||
|
@ -862,7 +860,6 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
|
||||||
});
|
});
|
||||||
dlg.setContentView(view);
|
dlg.setContentView(view);
|
||||||
dlg.show();
|
dlg.show();
|
||||||
|
|
||||||
} catch (RuntimeException e) {
|
} catch (RuntimeException e) {
|
||||||
logErr(e);
|
logErr(e);
|
||||||
cam.release();
|
cam.release();
|
||||||
|
|
Loading…
Reference in a new issue