mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
use same ID for all upgrade notifications
Don't want them stacking up
This commit is contained in:
parent
38ae14296c
commit
584c9e2332
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
|
||||||
.getString( m_context, R.string.new_app_avail );
|
.getString( m_context, R.string.new_app_avail );
|
||||||
}
|
}
|
||||||
Utils.postNotification( m_context, intent, title,
|
Utils.postNotification( m_context, intent, title,
|
||||||
body, url.hashCode() );
|
body, title.hashCode() );
|
||||||
gotOne = true;
|
gotOne = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue