Project

General

Profile

« Previous | Next » 

Revision fcf7320f

Added by Leszek Koltunski over 2 years ago

Progress downloading objects and extras.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogTutorialView.java
70 70
    {
71 71
    super(act);
72 72

  
73
    InputStream jsonStream = RubikObjectList.getTutorialStream(position,act);
73
    InputStream jsonStream = RubikObjectList.getExtrasStream(position,act);
74 74
    String[][] tutorials=null;
75 75

  
76 76
    if( jsonStream!=null )

Also available in: Unified diff