Skip to content

Commit

Permalink
fix(android): amend method to obtain view in releaseViews() (#12387)
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Mathews <contact@garymathews.com>
  • Loading branch information
build and garymathews committed Jan 16, 2021
1 parent 30038d7 commit 52ae6e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public void releaseViews()
}
}

final RowView rowView = (RowView) handleGetView();
final RowView rowView = (RowView) peekView();
if (rowView != null) {

// Set `nativeView` back to original content to release correctly.
Expand Down

0 comments on commit 52ae6e3

Please sign in to comment.