Project

General

Profile

« Previous | Next » 

Revision e9245b7b

Added by Leszek Koltunski 6 months ago

Initial support for the new Pattern Dialog.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogPattern.java
57 57
  public boolean hasArgument()  { return false; }
58 58
  public int getPositive()      { return R.string.ok; }
59 59
  public int getNegative()      { return -1; }
60

  
61
///////////////////////////////////////////////////////////////////////////////////////////////////
62

  
63
  public void positiveAction()
64
    {
65

  
66
    }
67

  
68
///////////////////////////////////////////////////////////////////////////////////////////////////
69

  
70
  public void negativeAction()
71
    {
72

  
73
    }
60
  public void positiveAction()  { }
61
  public void negativeAction()  { }
74 62

  
75 63
///////////////////////////////////////////////////////////////////////////////////////////////////
76 64

  

Also available in: Unified diff