Skip to content

Commit

Permalink
Fix Transformations (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroot authored and rookiejava committed Aug 23, 2021
1 parent 944035b commit 29d4aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/src/Platform/Tizen/TransformationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static void UpdateTransformation(this EvasObject nativeView, IView? view)

if (changed)
{
nativeView.EvasMap = map;
if (!s_movedHandlers.ContainsKey(nativeView))
{
// not registered moved handler
Expand Down

0 comments on commit 29d4aea

Please sign in to comment.