Strip::notify_property_changed accesses _stripable without verifying that is not null. However it is possible for this to be null, so add a null check.
34 KiB
34 KiB
Strip::notify_property_changed accesses _stripable without verifying that is not null. However it is possible for this to be null, so add a null check.