Matthew Raymer
25ba0ef0f0
fix(android): fix Java calls to Kotlin companion object methods
Fix Java compilation errors when calling Kotlin companion object methods.
Fixes:
- isAlarmScheduled(): Use NotifyReceiver.Companion with correct parameter types
- getNextAlarmTime(): Use NotifyReceiver.Companion with correct return type
- Kotlin Long? maps to java.lang.Long in Java (no conversion needed)
Errors Fixed:
- cannot find symbol: isAlarmScheduled(Context, String, Long)
- cannot find symbol: getNextAlarmTime(Context)
Verification:
- Java compilation: PASS
- Full assembleDebug build: BUILD SUCCESSFUL ✅
2025-12-24 08:37:40 +00:00
..
2025-11-06 06:28:00 +00:00
2025-11-05 08:08:37 +00:00
2025-12-24 08:37:40 +00:00
2025-11-05 08:08:37 +00:00
2025-12-23 03:45:12 +00:00
2025-11-05 08:08:37 +00:00
2025-11-05 08:08:37 +00:00
2025-11-05 08:08:37 +00:00
2025-11-05 08:08:37 +00:00
2025-11-06 06:28:00 +00:00