thiagokimo / KonamiCode

Installs the Konami code easter-egg into your Android app ;)
Apache License 2.0
90 stars 8 forks source link

Not working with ScrollView #3

Closed Zaldroc closed 8 years ago

Zaldroc commented 8 years ago

It seems it is not working with a ScrollView.

thiagokimo commented 8 years ago

I'll check it out asap

thiagokimo commented 8 years ago

It seems the ScrollView are intercepting the up and down touches and not sending them up to the parent (where the KonamiCodeLayout is).

thiagokimo commented 8 years ago

Fixed!