Project

General

Profile

« Previous | Next » 

Revision 2c9ab085

Added by Leszek Koltunski over 2 years ago

Downloading updates: dialog progress.

View differences:

src/main/java/org/distorted/screens/RubikScreenPlay.java
721 721
        @Override
722 722
        public void run()
723 723
          {
724
          int numN = updates.getNewNumber();
725
          int numU = updates.getUpdNumber();
726
          int num = numN+numU;
724
          int num = updates.getCompletedNumber();
727 725

  
728 726
          if( num>0 )
729 727
            {

Also available in: Unified diff