Revision e319fe78
Added by Leszek Koltunski over 4 years ago
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
Fix for a crasher seen in the field.