Merge "Add the exception case for window rotation." into devel/master
authorWonsik Jung <sidein@samsung.com>
Thu, 17 Jun 2021 02:31:11 +0000 (02:31 +0000)
committerGerrit Code Review <gerrit@review>
Thu, 17 Jun 2021 02:31:11 +0000 (02:31 +0000)
dali/internal/accessibility/bridge/bridge-accessible.cpp

index eed9437..ed4a81c 100644 (file)
@@ -691,7 +691,7 @@ Accessible* BridgeAccessible::GetParent()
   // if you want more, then you need to change setApplicationRoot to
   // add/remove ApplicationRoot and make roots a vector.
   auto p = FindSelf()->GetParent();
-  assert(p);
+
   return p;
 }
 DBus::ValueOrError<std::vector<Accessible*>> BridgeAccessible::GetChildren()