blipinsk / FlippableStackView

An Android library introducing a stack of Views with the first item being flippable.
Apache License 2.0
810 stars 150 forks source link

Crash on Lollipop #8

Closed Prayer-RecycleSmart closed 8 years ago

Prayer-RecycleSmart commented 8 years ago

Hey guys,

with android 6.0 (sdk 23) we have this issue every time we swipe on a card...

E/OpenGLRenderer﹕ resultIndex is -1, the polygon must be invalid! A/libc﹕ Fatal signal 7 (SIGBUS), code 1, fault addr 0xaa in tid 13796 (hwuiTask1)

Any clue?

blipinsk commented 8 years ago

Hi,

are you sure it's due to the FlippableStackView itself and not due to the content of the adapter? I don't really have the ability to try the library on a real device (with 6.0), but it does not crash for me on 6.0 emulator.

Cheers, Bartek

blipinsk commented 8 years ago

I just ran the sample app on Nexus 5 6.0. No issues. I don't think the problem is library-related. Give me a heads up if you find the reason for your crash.

nicholrgUW commented 8 years ago

I'm having the same issue as Prayer-RecycleSmart on a Nexus 7 tablet running Android 6.0. When trying to swipe to a fragment that does not exist (i.e. at the front or back of the stack). This typically happens with a "forceful" swipe.