Skip to content
Snippets Groups Projects
Commit 58681dd8 authored by Diego Wilson's avatar Diego Wilson
Browse files

Avoid disabling record buttons

This uncovers a rendering issue with HwcComposer2D

Change-Id: Ife07885fb2894de8a40253cb94b2907a2816f88e
parent ca0fd5ec
No related branches found
No related tags found
No related merge requests found
diff --git a/apps/camera/js/camera.js b/apps/camera/js/camera.js
index 641d8ba..00d0cb6 100644
--- a/apps/camera/js/camera.js
+++ b/apps/camera/js/camera.js
@@ -334,8 +334,6 @@ var Camera = {
navigator.mozL10n.get(id + '-text'));
}).bind(this);
- this.disableButtons();
-
var startRecording = (function startRecording(freeBytes) {
if (freeBytes < this.RECORD_SPACE_MIN) {
handleError('nospace');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment