summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@quicinc.com>2019-11-28 23:47:54 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-11-28 23:47:54 -0800
commitffec76b20605e741a922960b28e772bd3cc8cfa0 (patch)
tree5e5c01d12b09f38925ea2f23c3d3205ac1f94e4b
parent24dc44eb458d9a0af7273d7ee30e68253ba67890 (diff)
parent49861b80ec34389e5e900024d33030819568f8e4 (diff)
downloadandroid_packages_apps_Snap-ffec76b20605e741a922960b28e772bd3cc8cfa0.tar.gz
android_packages_apps_Snap-ffec76b20605e741a922960b28e772bd3cc8cfa0.tar.bz2
android_packages_apps_Snap-ffec76b20605e741a922960b28e772bd3cc8cfa0.zip
Merge "SnapdraongCamera: set mLongshoting false" into camera-SnapdragonCamera.lnx.2.0
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index bc01cbb7c..93b6c6acf 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -2377,6 +2377,7 @@ public class CaptureModule implements CameraModule, PhotoController,
}
});
}
+ mLongshoting = false;
}
@Override
@@ -2410,6 +2411,7 @@ public class CaptureModule implements CameraModule, PhotoController,
}
});
}
+ mLongshoting = false;
}
@Override