Project

General

Profile

« Previous | Next » 

Revision c89c3b1b

Added by Leszek Koltunski about 2 years ago

Make it possible to automatically re-download EXTRAS file if it previously failed to download

View differences:

src/main/java/org/distorted/dialogs/RubikDialogUpdateView.java
129 129

  
130 130
      if( SHOW_DOWNLOADED_DEBUG ) android.util.Log.e("D", "Saving icon "+name+" to a file "+mIconSaved);
131 131
      }
132
    else
133
      {
134
      mIconSaved = true;
135
      }
132 136
    }
133 137

  
134 138
///////////////////////////////////////////////////////////////////////////////////////////////////
......
187 191
      {
188 192
      makeProgress(50,R.string.installing);
189 193
      RubikFiles files = RubikFiles.getInstance();
190
      boolean oSuccess=true, eSuccess=true;
194
      boolean oSuccess=false, eSuccess=false;
191 195

  
192 196
      if( mInfo.mObjectStream!=null )
193 197
        {

Also available in: Unified diff