Allow the E_UNSUPPORTED_OPERATION by the SetBackButton method when the H/W key exist
authorso.yu <so.yu@samsung.com>
Tue, 18 Jun 2013 13:11:38 +0000 (22:11 +0900)
committerso.yu <so.yu@samsung.com>
Tue, 18 Jun 2013 13:11:49 +0000 (22:11 +0900)
Change-Id: I359bd68954cbef644d5dd3d9f74b942b7d4eded8
Signed-off-by: so.yu <so.yu@samsung.com>
src/CertificateSelectorForm.cpp

index a3a7fdc..27e889c 100644 (file)
@@ -147,7 +147,7 @@ CertificateSelectorForm::OnInitializing(void)
        TryReturnResult(!IsFailed(r), r, r, "[%s] Propagating.", GetErrorMessage(r));
 
        r = pFooter->SetBackButton();
-       TryReturnResult(!IsFailed(r), r, r, "[%s] Propagating.", GetErrorMessage(r));
+       TryReturnResult(!IsFailed(r) || r == E_UNSUPPORTED_OPERATION, r, r, "[%s] Propagating.", GetErrorMessage(r));
 
        SetFormBackEventListener(this);