summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2013-08-08 17:06:03 -0700
committerAngus Kong <shkong@google.com>2013-08-13 17:49:11 -0700
commitdcccc510652b835fdbd39310a07849af8203052a (patch)
treec7f7f9b3787b8213edbbae76bf1c83ba3a201c82 /res/layout/photo_module.xml
parent5894ec256d231e5167239176cc90b96a49cb9148 (diff)
downloadandroid_packages_apps_Snap-dcccc510652b835fdbd39310a07849af8203052a.tar.gz
android_packages_apps_Snap-dcccc510652b835fdbd39310a07849af8203052a.tar.bz2
android_packages_apps_Snap-dcccc510652b835fdbd39310a07849af8203052a.zip
Fix camera preview stopped after onResume().
This fix is for the blank camera preview blank after onPause() -> onResume(). 1. Refined camera start up procedure by removing redundant camera startup thread. 2. Cleanup unused calls after aparted from gallery. bug:10189998 Change-Id: I13ffa24aff5069f0032cd4bc801548fccc63d0e7
Diffstat (limited to 'res/layout/photo_module.xml')
-rw-r--r--res/layout/photo_module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index 390863a71..f5525b832 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -48,4 +48,4 @@
<include layout="@layout/camera_controls"
android:layout_gravity="center"
style="@style/CameraControls"/>
-</merge> \ No newline at end of file
+</merge>