@@ -146,11 +146,11 @@ void GenerateBranchLinks() {
146146 routingValue = customValueEditText .getText ().toString ();
147147 }
148148
149- row1 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow1Title , LinkingValidatorConstants .infoButton1Copy , LinkingValidatorConstants .debugButton1Copy , routingKey , routingValue , "regularBranchLink" , true );
150- row2 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow2Title , LinkingValidatorConstants .infoButton2Copy , LinkingValidatorConstants .debugButton2Copy , routingKey , routingValue , "uriFallbackBranchLink" , true , "$uri_redirect_mode" , "2" );
151- row3 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow3Title , LinkingValidatorConstants .infoButton3Copy , LinkingValidatorConstants .debugButton3Copy , routingKey , routingValue , "webOnlyBranchLink" , true , "$web_only" , "true" );
152- row4 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow4Title , LinkingValidatorConstants .infoButton4Copy , LinkingValidatorConstants .debugButton4Copy , routingKey , "" , "missingDataBranchLink" , true );
153- row5 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow5Title , LinkingValidatorConstants .infoButton5Copy , LinkingValidatorConstants .debugButton5Copy , routingKey , routingValue , "warmStartUseCase" , false );
154- row6 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow6Title , LinkingValidatorConstants .infoButton6Copy , LinkingValidatorConstants .debugButton6Copy , routingKey , routingValue , "foregroundClickUseCase" , false );
149+ row1 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow1Title , LinkingValidatorConstants .infoButton1Copy , LinkingValidatorConstants .debugButton1Copy , routingKey , routingValue , "regularBranchLink" , true , 0 );
150+ row2 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow2Title , LinkingValidatorConstants .infoButton2Copy , LinkingValidatorConstants .debugButton2Copy , routingKey , routingValue , "uriFallbackBranchLink" , true , 1 , "$uri_redirect_mode" , "2" );
151+ row3 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow3Title , LinkingValidatorConstants .infoButton3Copy , LinkingValidatorConstants .debugButton3Copy , routingKey , routingValue , "webOnlyBranchLink" , true , 2 , "$web_only" , "true" );
152+ row4 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow4Title , LinkingValidatorConstants .infoButton4Copy , LinkingValidatorConstants .debugButton4Copy , routingKey , "" , "missingDataBranchLink" , true , 3 );
153+ row5 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow5Title , LinkingValidatorConstants .infoButton5Copy , LinkingValidatorConstants .debugButton5Copy , routingKey , routingValue , "warmStartUseCase" , false , 4 );
154+ row6 .InitializeRow (LinkingValidatorConstants .linkingValidatorRow6Title , LinkingValidatorConstants .infoButton6Copy , LinkingValidatorConstants .debugButton6Copy , routingKey , routingValue , "foregroundClickUseCase" , false , 5 );
155155 }
156156}
0 commit comments