Project

General

Profile

« Previous | Next » 

Revision e71baee1

Added by Leszek Koltunski about 1 year ago

Dialog About.

View differences:

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

  
36 36
import org.distorted.config.ConfigActivity;
37 37
import org.distorted.bandaged.BandagedCreatorActivity;
38
import org.distorted.dialogs.RubikDialogWhatsNew;
38
import org.distorted.dialogs.RubikDialogAbout;
39 39
import org.distorted.library.main.DistortedLibrary;
40 40

  
41 41
import org.distorted.library.main.DistortedScreen;
......
300 300
      {
301 301
      Bundle bundle = new Bundle();
302 302
      bundle.putString("argument",mOldVersion);
303
      RubikDialogWhatsNew newDialog = new RubikDialogWhatsNew();
303
      RubikDialogAbout newDialog = new RubikDialogAbout();
304 304
      newDialog.setArguments(bundle);
305
      newDialog.show(getSupportFragmentManager(), RubikDialogWhatsNew.getDialogTag() );
305
      newDialog.show(getSupportFragmentManager(), RubikDialogAbout.getDialogTag() );
306 306
      }
307 307

  
308 308
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff