Project

General

Profile

« Previous | Next » 

Revision bcd0c36d

Added by Leszek Koltunski over 2 years ago

Bugfix for downloading new objects (part2)

View differences:

src/main/java/org/distorted/objects/RubikObjectList.java
138 138
    mObjects.add(obj);
139 139
    mNumObjects++;
140 140

  
141
    MainEntry entry = new MainEntry(obj,mNumObjects-1);
142
    MainEntryList list = MainEntryList.getInstance();
143
    list.addEntry(entry);
144

  
141 145
    if( SHOW_DOWNLOADED_DEBUG ) android.util.Log.e("D", "creating downloaded object "+obj.getUpperName() );
142 146

  
143 147
    if( obj.hasExtras() )

Also available in: Unified diff