Skip to content

Fix checking if item is valid

Carl Schwan requested to merge work/carl/fix-contactinfo-proxy into master

This always returned true since result was initialised with true and true | bool will always return true

BUG: 468185

Merge request reports