Fixed Nabi Issues N_SE-55282
authorVinay Sachdeva <v.sachdeva@samsung.com>
Thu, 17 Oct 2013 23:16:53 +0000 (04:46 +0530)
committerVinay Sachdeva <v.sachdeva@samsung.com>
Thu, 17 Oct 2013 23:16:53 +0000 (04:46 +0530)
Change-Id: I19d0b4adc998e459a9ebfc02f065d4e5aab270c6
Signed-off-by: Vinay Sachdeva <v.sachdeva@samsung.com>
src/IntSettingForm.cpp
src/IntSharePopup.cpp

index c8fb37c..41aaba5 100644 (file)
@@ -1240,7 +1240,9 @@ SettingForm::OnUserEventReceivedN (RequestId requestId, Tizen::Base::Collection:
 
                if(settingInfo[effectiveIndex].itemType == ITEM_TYPE_TOGGLE || settingInfo[effectiveIndex].itemType == ITEM_TYPE_RADIO )
                {
+                       AppLog("UPDATE_LIST_COMPLETE SetItemChecked %d, %d, %d",groupIndex, itemIndex, settingInfo[effectiveIndex].isSelected);
                        __pList->SetItemChecked(groupIndex, itemIndex, settingInfo[effectiveIndex].isSelected);
+                       __pList->Invalidate(true);
                }
 
        }
index 1490144..c2a87e4 100644 (file)
@@ -196,6 +196,14 @@ SharePopup::OnTimerExpired(Timer& timer)
 {
        Popup::SetShowState(false);
        Popup::Show();
+       Frame* pCurrentFrame = null;
+       pCurrentFrame = Application::GetInstance()->GetAppFrame()->GetFrame();
+
+       if (pCurrentFrame != null)
+       {
+               pCurrentFrame->SetEnabled(true);
+               pCurrentFrame->Invalidate(true);
+       }
 }
 
 void