fix NPE when choosing not to see new hint dialog again

This commit is contained in:
Eric House 2013-10-15 21:15:44 -07:00
parent 27fa9bf203
commit f30203bb22

View file

@ -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 );
}
}
};