79736193

Date: 2025-08-15 07:47:12
Score: 2.5
Natty:
Report link

The issue was with my activityProvider. As it turned out, i called it too early using Koin, so it tried to launch lifecycle observer before Application was created (propably). What I ended up doing is moving creating listener to Application onCreate and it fixed all my problems with activity context not being present on initial launch, but only on device rotation etc

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Cuyer