Fixed back button in audioRecorder
authorrahul varna <rahul.varna@samsung.com>
Mon, 29 Apr 2013 02:17:31 +0000 (11:17 +0900)
committerrahul varna <rahul.varna@samsung.com>
Mon, 29 Apr 2013 02:17:31 +0000 (11:17 +0900)
Signed-off-by: rahul varna <rahul.varna@samsung.com>
project/src/Recorder/AudioRecorderForm.cpp

index 867a361..c64d3ee 100644 (file)
@@ -2265,6 +2265,11 @@ AudioRecorderForm::OnFormBackRequested(Tizen::Ui::Controls::Form& source)
                        __pProgress->SetValue(0);
                        __backKeyPressed = true;
                }
+               else
+               {
+                       FreeResources();
+                       Deactivate();
+               }
        }
        else
        {