Fix for N_SE-46707
authorAmith Kumar Mahale <amith.m@samsung.com>
Wed, 17 Jul 2013 11:26:15 +0000 (16:56 +0530)
committerAmith Kumar Mahale <amith.m@samsung.com>
Wed, 17 Jul 2013 11:26:15 +0000 (16:56 +0530)
Change-Id: Ib0cae9e563483e7a8b60a6bc8b245da6b6bea530
Signed-off-by: Amith Kumar Mahale <amith.m@samsung.com>
src/CallIncomingCallForm.cpp

index 34a1550..77812db 100644 (file)
@@ -1598,7 +1598,7 @@ IncomingCallForm::CallDisconnected(void)
 {
        //check if no call option popup is shown, then remain on incoming call screen.
        //As user has neither accepted nor rejected incoming call.
-       if (__pOptionPopup == null)
+       if ((__pOptionPopup == null) || (__pOptionPopup->GetShowState() == false))
        {
                return;
        }