Skip to content

Commit

Permalink
[Android] Call handleUpdateLayout even if the content didn't change
Browse files Browse the repository at this point in the history
Fixes #11096
  • Loading branch information
Yann Pringault committed Nov 30, 2016
1 parent 6554ad5 commit b3cf96b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ public void onCollectExtraUpdates(UIViewOperationQueue uiViewOperationQueue) {
newRight == mAbsoluteRight &&
newTop == mAbsoluteTop &&
newBottom == mAbsoluteBottom) {
nativeViewHierarchyOptimizer.handleUpdateLayout(this);
return false;
}

Expand Down

0 comments on commit b3cf96b

Please sign in to comment.