sephiroth74 / android-target-tooltip

Create Toast like tooltips, but targets can be specified, plus custom properties and features
MIT License
1.49k stars 278 forks source link

Arrow located is wrong on landscape on Samsung S10 API 31 #159

Open DorBSoft opened 1 year ago

DorBSoft commented 1 year ago

add

I guess it is related to the real screen size with/without the system navigation buttons .

DorBSoft commented 1 year ago

The fix is very simple. The 2 occurrences of getLocationOnScreen in Tooltip.kt should by replace by getLocationInWindow.