Skip to content

Commit 0d3aa35

Browse files
mdvaccafacebook-github-bot
authored andcommitted
remove unnecessary check
Summary: EZ check to remove unnecessary check changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D25315988 fbshipit-source-id: a635ce9fd7ad50109bee55f82ccf3556cc7a4b0d
1 parent 0959ff3 commit 0d3aa35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ReactAndroid/src/main/java/com/facebook/react/fabric/FabricUIManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ private void scheduleMountItem(
701701
mDispatchViewUpdatesTime = SystemClock.uptimeMillis();
702702
}
703703

704-
if (shouldSchedule && mountItem != null) {
704+
if (shouldSchedule) {
705705
addMountItem(mountItem);
706706
if (UiThreadUtil.isOnUiThread()) {
707707
// We only read these flags on the UI thread.

0 commit comments

Comments
 (0)