Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

old bug (#88) #113

Open
nhatnd20 opened this issue Mar 15, 2019 · 2 comments
Open

old bug (#88) #113

nhatnd20 opened this issue Mar 15, 2019 · 2 comments

Comments

@nhatnd20
Copy link

nhatnd20 commented Mar 15, 2019

VID_20190316_005454.mp4.zip
(Please watch this video)

@nhatnd20
Copy link
Author

link video: https://youtu.be/b3cHFJw7d9M

@hannojg
Copy link
Contributor

hannojg commented Aug 17, 2019

Hey, I managed to fix the issue by changing

return (int) (mMetrics.heightPixels + mNavigationBarVerticalOffset - (mScreenTouchY - mLocalTouchY + getHeight() - mTouchYOffset));

To this:
return (int) (height + mNavigationBarVerticalOffset - (mScreenTouchY - mLocalTouchY + getHeight()) + mTouchYOffset);

Make sure you set up correctly according to https://github.com/recruit-lifestyle/FloatingView#how-to-use Step 9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants