summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-09-09 22:31:29 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-09-09 22:31:29 -0700
commit647a1d3dba234750400a47343271b012e125cf2d (patch)
tree92b648c2fd064c0fb72243f75c8ff868f06f0772 /src
parentee06a4bd8e1280ca37e9648ed01de0cd830a98ea (diff)
parentff05aaee976e81757f5fd3ef020c95f4d2d55933 (diff)
downloadandroid_packages_apps_Snap-647a1d3dba234750400a47343271b012e125cf2d.tar.gz
android_packages_apps_Snap-647a1d3dba234750400a47343271b012e125cf2d.tar.bz2
android_packages_apps_Snap-647a1d3dba234750400a47343271b012e125cf2d.zip
Merge "SnapdragonCamera: show pause button for time lapse recording"
Diffstat (limited to 'src')
-rw-r--r--src/com/android/camera/VideoUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/VideoUI.java b/src/com/android/camera/VideoUI.java
index ebe5b1105..bac1e3c11 100644
--- a/src/com/android/camera/VideoUI.java
+++ b/src/com/android/camera/VideoUI.java
@@ -887,7 +887,7 @@ public class VideoUI implements PieRenderer.PieListener,
hideSwitcher();
mRecordingTimeView.setText("");
mRecordingTimeView.setVisibility(View.VISIBLE);
- mPauseButton.setVisibility(mIsTimeLapse ? View.GONE : View.VISIBLE);
+ mPauseButton.setVisibility(View.VISIBLE);
} else {
mShutterButton.setImageResource(R.drawable.btn_new_shutter_video);
if (!mController.isVideoCaptureIntent()) {