Project

General

Profile

« Previous | Next » 

Revision 05c044a5

Added by Leszek Koltunski over 1 year ago

Reinstall the latest Android Studio, latest gradle; reconfigure all project to match and compile.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogScoresView.java
136 136
    TextView textName = row.findViewById(R.id.scoresScrambleRowName);
137 137
    TextView textTime = row.findViewById(R.id.scoresScrambleRowTime);
138 138

  
139
    imgCoun.setImageResource(countryID!=0 ? countryID : R.drawable.un);
139
    imgCoun.setImageResource(countryID!=0 ? countryID : org.distorted.flags.R.drawable.unknown);
140 140
    textName.setText(name);
141 141
    textTime.setText(time);
142 142

  

Also available in: Unified diff