Files
daily-notification-plugin/android
Matthew Raymer 0f87dad135 fix(android): correct NotificationContentEntity DAO method calls
Fix ReactivationManager to use correct DAO method names and entity
constructor for NotificationContentEntity:

- Change getById() to getNotificationById()
- Change insert() to insertNotification()
- Update NotificationContentEntity construction to use Java class
  constructor with positional parameters
- Set entity fields using Java property syntax after construction

This fixes compilation errors introduced when switching to Java-based
NotificationContentEntity class.
2025-11-28 08:56:02 +00:00
..