Skip to content

Commit

Permalink
fixed link in Android plugin code that referenced old behaviour a fix…
Browse files Browse the repository at this point in the history
… was for (#2217)
  • Loading branch information
MaikuB authored Jan 19, 2024
1 parent 2e08451 commit 67cf811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ private static void setupAlarm(
// This is to account for notifications created in older versions prior to allowWhileIdle
// being added to the deserialiser.
// Reference to old behaviour:
// https://github.com/MaikuB/flutter_local_notifications/blob/master/flutter_local_notifications/android/src/main/java/com/dexterous/flutterlocalnotifications/FlutterLocalNotificationsPlugin.java#L735
// https://github.com/MaikuB/flutter_local_notifications/blob/4b723e750d1371206520b10a122a444c4bba7475/flutter_local_notifications/android/src/main/java/com/dexterous/flutterlocalnotifications/FlutterLocalNotificationsPlugin.java#L515
notificationDetails.scheduleMode = ScheduleMode.exact;
}

Expand Down

0 comments on commit 67cf811

Please sign in to comment.