[Tizen] fix menu-screen screen-reader issue when APP's modifications are applied 76/288976/1 accepted/tizen/6.0/unified/20230228.124649 submit/tizen_6.0/20230227.073059
authordongsug.song <dongsug.song@samsung.com>
Mon, 27 Feb 2023 06:07:23 +0000 (15:07 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Mon, 27 Feb 2023 06:07:23 +0000 (15:07 +0900)
Change-Id: I37f3df9cb2d8a6f0b90baa913e1383582127eaae

dali/internal/window-system/common/event-handler.cpp

index cb1c7d1b07ec48090b050dc8d54f5b4c83cafad4..0f90d37ef4e6e2eaf3f44a879efb71fde2e6185d 100755 (executable)
@@ -349,8 +349,8 @@ void EventHandler::OnAccessibilityNotification( const WindowBase::AccessibilityI
   {
     // When other apps, which are not implemented by DALi, are on top of Apps application,
     // no event should be occurred on Apps because it's disabled by force already.
-    DALI_LOG_ERROR("Currently, all DALi applications do not receive any events because another app, which is not implemented by DALi, is at the top of the layer. \n");
-    return;
+    DALI_LOG_ERROR("NO Effect! => Currently, all DALi applications do not receive any events because another app, which is not implemented by DALi, is at the top of the layer. \n");
+    //return;
   }
 
   DALI_LOG_ERROR("[FYI] Accessibility gesture value : %d, state : %d \n", info.gestureValue, info.state);