Project

General

Profile

« Previous | Next » 

Revision ffe7e55d

Added by Leszek Koltunski over 2 years ago

Reorganize the Network so that concurrent network operattions are possible.
Finally figure out and fix the bug which was causing users to multi-submit the same records over and over.

View differences:

src/main/java/org/distorted/screens/RubikScreenPlay.java
710 710

  
711 711
  public void receiveUpdate(RubikUpdates updates)
712 712
    {
713
    updates.showDebug();
714

  
715 713
    Activity act = mWeakAct.get();
716 714

  
717 715
    if( act!=null )
......
746 744
    {
747 745
    android.util.Log.e("D", "Screen: Error receiving update");
748 746
    }
747

  
748
///////////////////////////////////////////////////////////////////////////////////////////////////
749

  
750
  public void iconDownloaded()
751
    {
752
    // empty
753
    }
749 754
  }

Also available in: Unified diff