Project

General

Profile

« Previous | Next » 

Revision 0333d81e

Added by Leszek Koltunski about 4 years ago

Progress with StateSolving

View differences:

src/main/java/org/distorted/dialog/RubikDialogScoresView.java
30 30
import android.widget.TextView;
31 31

  
32 32
import org.distorted.magic.R;
33
import org.distorted.network.RubikScoresDownloader;
33
import static org.distorted.network.RubikScoresDownloader.MAX_PLACES;
34 34

  
35 35
///////////////////////////////////////////////////////////////////////////////////////////////////
36 36

  
......
73 73
    Resources res = act.getResources();
74 74
    String packageName = act.getPackageName();
75 75

  
76
    for(int j = 0; j< RubikScoresDownloader.MAX_PLACES; j++)
76
    for(int j=0; j<MAX_PLACES; j++)
77 77
      {
78 78
      if( name[j] != null )
79 79
        {

Also available in: Unified diff