Project

General

Profile

« Previous | Next » 

Revision 5a4ee169

Added by Leszek Koltunski 11 months ago

Progress with Bandaged UI.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
701 701

  
702 702
///////////////////////////////////////////////////////////////////////////////////////////////////
703 703

  
704
    public void switchToBandagedCreator()
704
    public void switchToBandagedCreator(int objectOrdinal)
705 705
      {
706 706
      Intent intent = new Intent(this, BandagedCreatorActivity.class);
707
      intent.putExtra("obj", objectOrdinal);
707 708
      startActivity(intent);
708 709
      }
709 710

  

Also available in: Unified diff