Unverified Commit a41855fa authored by Gary Qian's avatar Gary Qian Committed by GitHub

Docs 'that that' fix (#50236)

parent 958f7c5b
......@@ -3409,7 +3409,7 @@ abstract class Element extends DiagnosticableTree implements BuildContext {
Element _retakeInactiveElement(GlobalKey key, Widget newWidget) {
// The "inactivity" of the element being retaken here may be forward-looking: if
// we are taking an element with a GlobalKey from an element that currently has
// it as a child, then we know that that element will soon no longer have that
// it as a child, then we know that element will soon no longer have that
// element as a child. The only way that assumption could be false is if the
// global key is being duplicated, and we'll try to track that using the
// _debugTrackElementThatWillNeedToBeRebuiltDueToGlobalKeyShenanigans call below.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment