OSDN Git Service

Reinitialize shutter button in Camera mode upon preview start
authorAlan Newberger <alann@google.com>
Wed, 10 Sep 2014 20:07:18 +0000 (13:07 -0700)
committerAlan Newberger <alann@google.com>
Wed, 10 Sep 2014 20:07:18 +0000 (13:07 -0700)
commitffc395d6e7eaafcdcd283e183188de16aa14aa4c
treedc0ea05a9aa3e387fb62397f5f6b6aa954b52885
parent5c4bd6b5348a3464783270ea0bb10d4968d3b0cb
Reinitialize shutter button in Camera mode upon preview start

VideoModule already does this here, and by adding to PhotoModule we
address a bug where pausing when capturing leaves the button
disabled on resume.

Bug: 17426670
Change-Id: I8333b52a72c0da8b58070d689406975332ae632e
src/com/android/camera/PhotoModule.java