Project

General

Profile

« Previous | Next » 

Revision e319fe78

Added by Leszek Koltunski about 4 years ago

Fix for a crasher seen in the field.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogScoresView.java
176 176
  void message(final String mess)
177 177
    {
178 178
    TextView text = findViewById(R.id.message_text);
179
    text.setText(mess);
179

  
180
    if( text!=null )
181
      {
182
      text.setText(mess);
183
      }
180 184
    }
181 185
  }

Also available in: Unified diff