Skip to content
Commit 1af8ee5b authored by Charles Chen's avatar Charles Chen
Browse files

Checks SplitAttributes when reusing container

Before this CL, we checks whether a container can be reused based on
rules. However, there's a corner case that the SplitAttributesCalculator
function is updated before a new activity is started. It may lead to the
split pair has different splitAttributes even if activities matches the
same rule.

This CL also takes whether the calculated SplitAttributes match
the SplitAttributes of the container into account.

Bug: 241043377
Test: atest SplitAttributesCalculatorTest SplitControllerTest
Change-Id: I4bd4797d9462fccc9be56fd1cdb422e27a79bcff
parent 28b2efa8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment