Project

General

Profile

« Previous | Next » 

Revision e1637420

Added by Leszek Koltunski 3 months ago

3 message dialogs.

View differences:

src/main/java/org/distorted/solverui/ScreenSolver.java
426 426
          ScreenList.switchScreen(act, ScreenList.SOLU);
427 427
          ScreenSolution solution = (ScreenSolution) ScreenList.SOLU.getScreenClass();
428 428
          solution.setupMoves(act, moves);
429
          if( moves.length()>0 ) act.doNotShowDialogAnymore();
429 430
          }
430 431
        });
431 432
      }
......
448 449
          ScreenList.switchScreen(act, ScreenList.SOLU);
449 450
          ScreenSolution solution = (ScreenSolution) ScreenList.SOLU.getScreenClass();
450 451
          solution.setupMoves(act, moves);
452
          if( moves!=null && moves.length>0 ) act.doNotShowDialogAnymore();
451 453
          }
452 454
        });
453 455
      }

Also available in: Unified diff