Skip to content

Drop redundant isComponentComplete() checks

Vlad Zahorodnii requested to merge work/zzag/drop-is-component-complete into master

In refresh(), a new stream source object will be created when isComponentComplete() returns true.

In itemChange(), m_stream will not be null, only if refresh() has created a stream source.

Merge request reports