Project

General

Profile

« Previous | Next » 

Revision c02fa107

Added by Leszek Koltunski over 1 year ago

Continue unifying all the dialogs under one RubikDialogAbstract.

View differences:

src/main/java/org/distorted/screens/RubikScreenSolver.java
304 304

  
305 305
///////////////////////////////////////////////////////////////////////////////////////////////////
306 306

  
307
  public void displayErrorDialog( String message)
307
  public void displayErrorDialog(String message)
308 308
    {
309 309
    mSolving = false;
310 310
    RubikActivity act = mWeakAct.get();
......
313 313
      {
314 314
      RubikDialogSolverError dialog = new RubikDialogSolverError();
315 315
      Bundle bundle = new Bundle();
316
      bundle.putString("error", message );
316
      bundle.putString("argument", message );
317 317
      dialog.setArguments(bundle);
318 318
      dialog.show( act.getSupportFragmentManager(), null);
319 319
      }

Also available in: Unified diff