[SelfCamera] updated SelfCamera sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 15 Oct 2013 09:24:41 +0000 (11:24 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 15 Oct 2013 09:24:41 +0000 (11:24 +0200)
Change-Id: I47a174930c8aafc307cf385dc9cebf75855d760e

js/main.js

index b341c18..8963453 100644 (file)
@@ -178,7 +178,7 @@ function SelfCamera() {
                                tizen.content.scanFile(
                                        fileName,
                                        function () {
-                                               setTimeout(function(){ self.loadThumbnail(true, true); }, 200);
+                                               self.loadThumbnail(true, true);
                                        },
                                        function () {
                                                console.error('scanFile: file not found');