Faisal Ansari
Faisal Ansari
why do i do same thing twice if i want to make a efficient app i need to get video and as well as audio thumbnails and need to run...
Even when the relayoutBoundary is null the else condition is being executed. Shall we add another check for it?
> [@justinmc](https://github.com/justinmc) I have already tracked this back to [#154681](https://github.com/flutter/flutter/pull/154681) @b3nni97 Thanks for tracking it. Any idea what's the cause for it?
`final RenderObject relayoutBoundary = isRelayoutBoundary ? this : parent!._relayoutBoundary ?? this;` The above fix works but is this correct?