Project

General

Profile

« Previous | Next » 

Revision e1637420

Added by Leszek Koltunski 3 months ago

3 message dialogs.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogBandagedDelete.java
28 28
  public boolean hasArgument()  { return true; }
29 29
  public int getPositive()      { return R.string.yes; }
30 30
  public int getNegative()      { return R.string.no; }
31
  public void negativeAction()  { }
31 32

  
32 33
///////////////////////////////////////////////////////////////////////////////////////////////////
33 34

  
......
37 38
    if( bact!=null ) bact.deleteObject(mArgument);
38 39
    }
39 40

  
40
///////////////////////////////////////////////////////////////////////////////////////////////////
41

  
42
  public void negativeAction()
43
    {
44

  
45
    }
46

  
47 41
///////////////////////////////////////////////////////////////////////////////////////////////////
48 42

  
49 43
  public void prepareBody(Dialog dialog, View view, FragmentActivity act, float size)

Also available in: Unified diff