Skip to content

[desktoppackage] Fix null check of containment

Ömer Fadıl Usta requested to merge work/usta-fix_null_check into master

It was missing to check if containment exist or not before trying to access it which causes errors like: TypeError: Cannot read property 'containmentDisplayHints' of null

Merge request reports