Skip to content

Fix crash in devices list

Nicolas Fella requested to merge work/refreshcrash into master

When we trigger a refresh and immediately navigate away from the list the view is destroyed and the refreshing end callback is accessing the now null devicesListBinding

Merge request reports