android-target-tooltip
android-target-tooltip copied to clipboard
Arrow located is wrong on landscape on Samsung S10 API 31

I guess it is related to the real screen size with/without the system navigation buttons .
The fix is very simple. The 2 occurrences of getLocationOnScreen in Tooltip.kt should by replace by getLocationInWindow.