This commit is contained in:
Eric House 2019-12-08 15:43:25 -08:00
parent d2871c92ba
commit b7ef8935d8

View file

@ -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;