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/main/RubikRenderer.java
140 140
        {
141 141
        mDebugSent= true;
142 142
        RubikNetwork network = RubikNetwork.getInstance();
143
        network.debug( (RubikActivity)mView.getContext());
143
        network.debug();
144 144
        }
145 145
      }
146 146

  

Also available in: Unified diff