mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
cleanup
This commit is contained in:
parent
d2871c92ba
commit
b7ef8935d8
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ public class Utils {
|
|||
though the docs say that param's ignored.
|
||||
*/
|
||||
PendingIntent pi = null == intent ? null
|
||||
: PendingIntent.getActivity( context, Utils.nextRandomInt(), intent,
|
||||
: PendingIntent.getActivity( context, nextRandomInt(), intent,
|
||||
PendingIntent.FLAG_ONE_SHOT );
|
||||
|
||||
int defaults = Notification.FLAG_AUTO_CANCEL;
|
||||
|
|
Loading…
Reference in a new issue