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
I am trying to use TourGuide on Wear OS. The tooltip does not appear the first time I use the "PlayOn" function but does the second time. Here is my code:
`final TourGuide tourGuide = TourGuide.init(activity).with(TourGuide.Technique.CLICK);
ToolTip toolTip = new ToolTip();
toolTip.setGravity(Gravity.TOP);
toolTip.setDescription("Click description");
Overlay overlay = new Overlay();
overlay.setMDisableClickThroughHole(true);
overlay.setMStyle(Overlay.Style.CIRCLE);
I am trying to use TourGuide on Wear OS. The tooltip does not appear the first time I use the "PlayOn" function but does the second time. Here is my code:
`final TourGuide tourGuide = TourGuide.init(activity).with(TourGuide.Technique.CLICK);
ToolTip toolTip = new ToolTip();
toolTip.setGravity(Gravity.TOP);
toolTip.setDescription("Click description");
Overlay overlay = new Overlay();
overlay.setMDisableClickThroughHole(true);
overlay.setMStyle(Overlay.Style.CIRCLE);
The text was updated successfully, but these errors were encountered: