Project

General

Profile

« Previous | Next » 

Revision 244cc23f

Added by Leszek Koltunski 8 months ago

New 'Impossible Position' dialog

View differences:

src/main/java/org/distorted/dialogs/RubikDialogSolverError.java
27 27
  public boolean hasArgument()  { return true; }
28 28
  public int getPositive()      { return R.string.ok; }
29 29
  public int getNegative()      { return -1; }
30

  
31
///////////////////////////////////////////////////////////////////////////////////////////////////
32

  
33
  public void positiveAction()
34
    {
35

  
36
    }
37

  
38
///////////////////////////////////////////////////////////////////////////////////////////////////
39

  
40
  public void negativeAction()
41
    {
42

  
43
    }
30
  public void positiveAction()  { }
31
  public void negativeAction()  { }
44 32

  
45 33
///////////////////////////////////////////////////////////////////////////////////////////////////
46 34

  

Also available in: Unified diff