mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
log calls to set-not-again. I'm getting crashes and that may help
track it down. Remove this later.
This commit is contained in:
parent
4a12f7a96f
commit
3987749079
1 changed files with 2 additions and 0 deletions
|
@ -115,10 +115,12 @@ public class DlgDelegate {
|
|||
{
|
||||
boolean set = CommonPrefs.getPrefsBoolean( m_activity, prefsKey, false );
|
||||
if ( set ) {
|
||||
Utils.logf( "showNotAgainDlgThen: skipping message" );
|
||||
if ( null != proc ) {
|
||||
proc.run();
|
||||
}
|
||||
} else {
|
||||
Utils.logf( "showNotAgainDlgThen: setting message: %d", msgID );
|
||||
m_msgID = msgID;
|
||||
m_proc = proc;
|
||||
m_prefsKey = prefsKey;
|
||||
|
|
Loading…
Add table
Reference in a new issue