Skip to content

Commit

Permalink
Calling invalidate in RNCMaskedView (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
koplyarov authored Dec 11, 2023
1 parent 186d664 commit acaf238
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public void onDescendantInvalidated(View child, View target) {
}
}
}

invalidate();
}

@Override
Expand Down

0 comments on commit acaf238

Please sign in to comment.