From b7ef8935d87d2c137b9dc54949ae8a5d550b1b4f Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 8 Dec 2019 15:43:25 -0800 Subject: [PATCH] cleanup --- .../app/src/main/java/org/eehouse/android/xw4/Utils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;