RippleEffect icon indicating copy to clipboard operation
RippleEffect copied to clipboard

java.lang.IllegalStateException: Underflow in restore - more restores than saves

Open huangyuan1113 opened this issue 8 years ago • 12 comments

android 6.0.1 Mi Note

huangyuan1113 avatar Mar 18 '16 04:03 huangyuan1113

Same on Moto X Force 6.0.1

jermeyyy avatar Mar 20 '16 22:03 jermeyyy

All devices running Android 6.0 are crashing

ClarkXP avatar Mar 23 '16 14:03 ClarkXP

Same with my problem in Android 6.0

Khang-NT avatar Mar 25 '16 17:03 Khang-NT

Duplicate to https://github.com/traex/RippleEffect/issues/76 https://github.com/traex/RippleEffect/issues/90 https://github.com/traex/RippleEffect/issues/81

Possible fix: https://github.com/traex/RippleEffect/issues/81#issuecomment-151215233

stroem avatar Mar 31 '16 12:03 stroem

Workaround until bug is fixed

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    compile 'com.github.Hitta:RippleEffect:82cf00e551'
}

stroem avatar Mar 31 '16 12:03 stroem

dependencies { compile 'com.github.traex.rippleeffect:library:1.3' }

i use this in my build.gradle,it has the same problem with android 6.0,but when i use source code ,it not problem,so i think it not update in jctener.

cocolove2 avatar Apr 07 '16 09:04 cocolove2

same issue on android 6.0 nexus 6p

forever4313 avatar Apr 07 '16 13:04 forever4313

same issue on android 6.0 on genymotion..

mnafian avatar Apr 25 '16 04:04 mnafian

the same issue on android 6.0 on MI5

EricMo avatar Jul 13 '16 09:07 EricMo

i got it too. Please fix it. Thanks

giffell avatar Jul 22 '16 14:07 giffell

Is there any progress made on this ?

rupakanto avatar Mar 24 '17 20:03 rupakanto

Here, try this fixed version: https://github.com/patrickpissurno/RippleEffect/

patrickpissurno avatar Aug 17 '17 19:08 patrickpissurno