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
And also triggered Exception manually. As expected it created Notification. But on click of notification the Sherlock CrashActivity is not launching and it is crashing due Null pointer Exception. Can you please help on this at earliest?
Regards,
Vijay
The text was updated successfully, but these errors were encountered:
Hi Ajit,
I tried implementing this lib in build.gradle in my app(as a dependency).
debugCompile('com.github.ajitsing:sherlock:1.0.4@aar') {
transitive = true
}
releaseCompile('com.github.ajitsing:sherlock-no-op:1.0.4@aar')
Sherlock.init(this); in my application.
And also triggered Exception manually. As expected it created Notification. But on click of notification the Sherlock CrashActivity is not launching and it is crashing due Null pointer Exception. Can you please help on this at earliest?
Regards,
Vijay
The text was updated successfully, but these errors were encountered: