Fix tooltips for views in a popup window
The current implementation is using the anchor view's getWindowToken to construct the TooltipPopup instance. This does not work if the anchor view is in a popup window. Using getApplicationWindowToken fixes the problem. Bug: 64595364 Test: android.view.cts.TooltipTest#testTooltipInPopup Change-Id: I1a887c9ae6ac00f2412891f316367acfc56cef94
Loading
Please register or sign in to comment