Skip to content

plasmashell: Check for null view in ShellCorona::panelContainmentDestroyed

Marco Martin requested to merge work/mart/checkPanelView into master

when applying a new layout, panelContainmentDestroyed will be called when m_panelViews is already empty, so we need to check on auto view = m_panelViews.take(cont);

BUG:492889

Merge request reports