Project

General

Profile

« Previous | Next » 

Revision c99db493

Added by Leszek Koltunski over 2 years ago

Progress downloading updates: dialog.

View differences:

src/main/java/org/distorted/screens/RubikScreenPlay.java
351 351
        {
352 352
        if( mObjectPopup!=null ) mObjectPopup.dismiss();
353 353
        RubikDialogUpdates uDiag = new RubikDialogUpdates();
354
        uDiag.setUpdates(mUpdates);
355 354
        uDiag.show( act.getSupportFragmentManager(), RubikDialogUpdates.getDialogTag() );
356 355
        }
357 356
      });
......
706 705

  
707 706
  public void receiveUpdate(RubikUpdates updates)
708 707
    {
708
    updates.showDebug();
709

  
709 710
    mUpdates = updates;
710 711
    int num = mUpdates.getNumberOfUpdates();
711 712

  
......
721 722

  
722 723
  public void errorUpdate()
723 724
    {
724
    android.util.Log.e("D", "Error receiving update");
725
    android.util.Log.e("D", "Screen: Error receiving update");
725 726
    }
726 727
  }

Also available in: Unified diff