Project

General

Profile

« Previous | Next » 

Revision 74d088c3

Added by Leszek Koltunski over 2 years ago

Progress with ConfigScreen.

View differences:

src/main/java/org/distorted/config/ConfigActivity.java
140 140
      super.onAttachedToWindow();
141 141

  
142 142
      if( mScreen==null ) mScreen = new ConfigScreen();
143
      mScreen.enterScreen(this,mObjectOrdinal);
143
      mScreen.onAttachedToWindow(this,mObjectOrdinal);
144 144
      }
145 145

  
146 146
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff