commit | 2a7e9e5cf1ccc6c91ec93c24eaf5b60b310e30f2 | [log] [tgz] |
---|---|---|
author | likaid <likaid@codeaurora.org> | Wed Jul 01 11:32:26 2015 +0800 |
committer | likaid <likaid@codeaurora.org> | Wed Jul 15 17:59:44 2015 +0800 |
tree | 64cd8a8350781d95d3df3163d74fd1dee80984bc | |
parent | be3465750ac0ceeae737d6764dcc73a700328a6d [diff] |
SnapdragonCamera: Fix the icons disappeared when start recording failed The camera switch icon and color effect icon are hidden when start recording, they will be shown again in onStopVideoRecording. But if the start recording failed, the onStopVideoRecording will not be called, that causes the icons disappeared. Show the icons if start video recording failed. Change-Id: I05f64d6fc4928adbd6d8e43e0b31e21e8cb6ea9e CRs-Fixed: 863790