Description
We should not force set the status when finishing UI event transactions, but instead check if the existing status is null and only set the status in that case, otherwise we might be overriding what the user set
|
activeTransaction.finish(status); |