mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix NPE when choosing not to see new hint dialog again
This commit is contained in:
parent
27fa9bf203
commit
f30203bb22
1 changed files with 2 additions and 1 deletions
|
@ -353,7 +353,8 @@ public class DlgDelegate {
|
|||
if ( SKIP_CALLBACK != state.m_cbckID ) {
|
||||
m_clickCallback.
|
||||
dlgButtonClicked( state.m_cbckID,
|
||||
AlertDialog.BUTTON_POSITIVE, null );
|
||||
AlertDialog.BUTTON_POSITIVE,
|
||||
state.m_params );
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue