@ -114,7 +114,7 @@ class PathActivity : PassphraseRequiredActionBarActivity() {
val isGuardSnode = ( OnionRequestAPI . guardSnodes . contains ( snode ) )
getPathRow ( snode , LineView . Location . Middle , index . toLong ( ) * 1000 + 2000 , dotAnimationRepeatInterval , isGuardSnode )
}
val youRow = getPathRow ( resources . getString ( R . string . onionRoutingPath ) , null , LineView . Location . Top , 1000 , dotAnimationRepeatInterval )
val youRow = getPathRow ( resources . getString ( R . string . you ) , null , LineView . Location . Top , 1000 , dotAnimationRepeatInterval )
val destinationRow = getPathRow ( resources . getString ( R . string . onionRoutingPathDestination ) , null , LineView . Location . Bottom , path . count ( ) . toLong ( ) * 1000 + 2000 , dotAnimationRepeatInterval )
val rows = listOf ( youRow ) + pathRows + listOf ( destinationRow )
for ( row in rows ) {