traex / RippleEffect

Implementation of Ripple effect from Material Design for Android API 9+
MIT License
4.92k stars 1.08k forks source link

error in 7.1.1 #127

Closed tank777 closed 4 years ago

tank777 commented 7 years ago

Underflow in restore - more restores than save at android.graphics.Canvas.native_restore(Native Method)

boomsya commented 7 years ago

the same error in Android 6

swallowsonny commented 7 years ago

Underflow in restore - more restores than saves

hahmadbilal commented 7 years ago

Same issue occur on OS 6.0

Underflow in restore - more restores than saves at android.graphics.Canvas.native_restore(Native Method) at android.graphics.Canvas.restore(Canvas.java:540) at com.andexert.library.RippleView.draw(RippleView.java:166)

boomsya commented 7 years ago

use fork https://github.com/patrickpissurno/RippleEffect/ with fix error tested - all OK

afterxiong commented 7 years ago

小米4C 7.0系统直接崩溃出现以上错误

lazysong commented 7 years ago

I tried the fixed version https://github.com/patrickpissurno/RippleEffect/ It do works! @boomsya