@ -166,7 +166,7 @@ public class Camera2 extends CameraViewImpl {
@Override
void capturePicture() {
if (mFacing == Constants.FACING_BACK) {
if (mFacing == INTERNAL_FACINGS.get(Constants.FACING_BACK)) {
lockFocus();
} else {
captureStillPicture();
@ -18,7 +18,7 @@
android:layout_width="match_parent"
android:layout_height="400dp"
android:layout_gravity="center_horizontal"
app:ckFacing="back" />
app:ckFacing="front" />
<LinearLayout