Skip to content

view-switcher-title: Null-check view switcher in dispose()

Alexander Mikhaylenko requested to merge exalm/libhandy:wip/exalm/fixes2 into master

If it's NULL, we can't get the stack anymore. This can happen if dispose() is called multiple times.

Merge request reports