Fix missing render
This commit is contained in:
@@ -58,7 +58,7 @@ public class RenderEngine : IRenderEngine
|
|||||||
|
|
||||||
if (visibilityChangeHandler is null)
|
if (visibilityChangeHandler is null)
|
||||||
{
|
{
|
||||||
//AddViewToForcedTemporaryRenderGroup(parent ?? view);
|
AddViewToForcedTemporaryRenderGroup(parent ?? view);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user