diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/Utils.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/Utils.java index 3563a42a4..f0a355c51 100644 --- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/Utils.java +++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/Utils.java @@ -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;