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.
As I mentioned before - "Just downgrade your - targetSdkVersion to 22
It works for all versions" - This works fine if you have not launched your app with targetSdkVersion 23 yet.
If you already have launched your app with targetSdkVersion 23 then,
instead of adding compile 'com.github.traex.rippleeffect:library:1.3' in dependancies,
Download the project by clicking on link - https://codeload.github.com/traex/RippleEffect/zip/master
Get library from that and use that in your app. It works great...!!! :)
I got a crash of lollipin in android 6.0.
Fatal Exception: java.lang.IllegalStateException
Underflow in restore - more restores than saves
android.graphics.Canvas.native_restore (Canvas.java)
android.graphics.Canvas.restore (Canvas.java:540)
com.andexert.library.RippleView.draw (RippleView.java:159)
I think it is due to the error of RippleEffect (traex/RippleEffect#74)
Since lollipin uses a custom version of RippleEffect, maybe it should be fix here?
(https://github.com/OrangeGangsters/RippleEffect)
Thank you very much!
The text was updated successfully, but these errors were encountered: