Improve visual - Collapse the conditionals in all cases
Changing the threshold value to make collapsing mechanism of conditionals work in all cases, where the threshold value is changed to 0 from 2. Bug: 122310542 Test: robotests Change-Id: I227114acdc6770baa0c133397d08e3ad77f6c572
This commit is contained in:
@@ -40,7 +40,7 @@ import java.util.stream.Collectors;
|
||||
*/
|
||||
public class ConditionContextualCardController implements ContextualCardController,
|
||||
ConditionListener, LifecycleObserver, OnStart, OnStop {
|
||||
public static final int EXPANDING_THRESHOLD = 2;
|
||||
public static final int EXPANDING_THRESHOLD = 0;
|
||||
|
||||
private static final double UNSUPPORTED_RANKING = -99999.0;
|
||||
private static final String TAG = "ConditionCtxCardCtrl";
|
||||
|
||||
Reference in New Issue
Block a user