traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when run the app in android 6.0, the app crash

zhonghanwen opened this issue · comments

Yes, I got the same error too in android 6.0. So I have to move this widget from my app

@king163 I'm going to remove this widget~

commented

Got same issue in marshmallow, @traex could you check this pull request ? #101

thanx

Same issue here.

Same issue here.

Same error here too
at android.graphics.Canvas.restore(Canvas.java:540)
i want to remove line 166 in RippleView.java : canvas.restore(); too try what will happen but couldn't edit it because RippleView.java is locked !!! what to do

+1 I have this error crash too =[

java.lang.IllegalStateException: Underflow in restore - more restores than saves
at android.graphics.Canvas.native_restore(Native Method)
at android.graphics.Canvas.restore(Canvas.java:571)

Since this is a known bug with 1 month old I will need to remove this lib from my app.

+1 gonna remove the lib

+1, any fixes? I'm getting the crash on Android 7.0 Nougat Preview

same issue faced. Need a solution

same here

@traex please have look at this issue. thanks

crash problem
reason:
canvas.restore();

。。。。。

+1same issue here

is the issue is solved yet?

@monowar1993 i think no, i have same problem on android 6.0.1

see this commit : df5f9e4

The crash is be solved.

In the crash, modified as follows:
canvas.save();
canvas.restore();

commented

i've got the same issue and i removed it
hope to solve this problem

Hey, I just released a fix. Check it out: https://github.com/patrickpissurno/RippleEffect/