mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 15:46:47 +00:00
fixing 32-bit integer
This commit is contained in:
parent
4f27bfba01
commit
0ed264f152
1 changed files with 1 additions and 2 deletions
|
|
@ -175,8 +175,7 @@ Future<void> showLocalPushNotification(
|
|||
|
||||
await flutterLocalNotificationsPlugin.show(
|
||||
pushUser.userId.toInt() %
|
||||
// ignore: avoid_js_rounded_ints
|
||||
2373257871630019505, // Invalid argument (id): must fit within the size of a 32-bit integer
|
||||
2147483647, // Invalid argument (id): must fit within the size of a 32-bit integer
|
||||
title,
|
||||
body,
|
||||
notificationDetails,
|
||||
|
|
|
|||
Loading…
Reference in a new issue