Closed hamen closed 2 years ago
The issue is likely that the classloader loads the field because it's defined eagerly as part of the enum declaration. We should either use reflection (it's a small, one-off cost) or move the value into a function that loads it lazily as needed.
Fixed on 24/12
Describe the bug App crashing after giving access to notifications
To Reproduce Steps to reproduce the behavior:
Expected behavior I would expect to reach the main screen.
Screenshots N.A.
Smartphone (please complete the following information):
Additional context