daimajia / AndroidViewHover

An elegant way to show your menu or messages.
3.21k stars 722 forks source link

When addAppearListener is added, hover view cannot be dismissed. FIXED #17

Closed milosjovac closed 9 years ago

milosjovac commented 9 years ago

If statement has one typo - lack of negation '!'. Negation added and mHoverStatus set a bit earlier.

daimajia commented 9 years ago

A really silly fault.. Thanks!

milosjovac commented 9 years ago

Yeah, no problem. Thanks for the neat lib.

milosjovac commented 9 years ago

May I ask when will this change be available from the gradle dependency?

daimajia commented 9 years ago

I have released v1.0.4, check it.

milosjovac commented 9 years ago

Awesome! It works.