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
View.windowType should return TOOLTIP if the window was created by androidx.appcompat.widget.TooltipPopup
We need to do this without having a direct bytecode reference to androidx.appcompat.widget.TooltipPopup or adding a transitive dependency, as curtains needs to remain android x free.
The text was updated successfully, but these errors were encountered:
See #30 (comment) for details
View.windowType
should returnTOOLTIP
if the window was created byandroidx.appcompat.widget.TooltipPopup
We need to do this without having a direct bytecode reference to
androidx.appcompat.widget.TooltipPopup
or adding a transitive dependency, as curtains needs to remain android x free.The text was updated successfully, but these errors were encountered: