Remove Windows-specific files and configurations for the rental income tracker project, including CMakeLists, resource files, and generated plugin registrants. This cleanup eliminates unnecessary dependencies and prepares the project for a more streamlined build process.
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -201,7 +201,9 @@ class NotificationService {
|
||||
iOS: DarwinNotificationDetails(categoryIdentifier: 'rent_actions'),
|
||||
),
|
||||
payload: payload,
|
||||
androidScheduleMode: AndroidScheduleMode.exactAllowWhileIdle,
|
||||
// Best-effort delivery avoids the exact alarm permission requirement on
|
||||
// recent Android versions while still allowing reminders during idle.
|
||||
androidScheduleMode: AndroidScheduleMode.inexactAllowWhileIdle,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user