You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When BlurLayout height is match_parent, it appears bottom padding.
Seems an issue in this line bottomOffset = y + height + bottomOffset <= screenHeight ? bottomOffset : 0;
U'r using height instead of getHeight(), but in rightOffset code uses getWidth()
The text was updated successfully, but these errors were encountered:
When BlurLayout height is match_parent, it appears bottom padding.
Seems an issue in this line
bottomOffset = y + height + bottomOffset <= screenHeight ? bottomOffset : 0;
U'r using
height
instead ofgetHeight()
, but in rightOffset code usesgetWidth()
The text was updated successfully, but these errors were encountered: