You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.github.omadahealth.lollipin.lib.managers.AppLock.addIgnoredActivity(java.lang.Class)' on a null object reference
Please help, thank you.
The text was updated successfully, but these errors were encountered:
Hi guys, I got this message when I tried to add an ignored activity. Below is the code and error message.
LockManager lockManager = LockManager.getInstance();
lockManager.getAppLock().addIgnoredActivity(this.getClass());
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.github.omadahealth.lollipin.lib.managers.AppLock.addIgnoredActivity(java.lang.Class)' on a null object reference
Please help, thank you.
The text was updated successfully, but these errors were encountered: