TapTargetView
TapTargetView copied to clipboard
The margins are ignored when resuming the activity
When a TapTarget is displayed after resuming the app from the background, it does not appear over the Fab button, but in the lower right corner of the screen. The margins are ignored.
However, if I delay the display using "handler.postDelayed()", it works properly. If I destroy and recreate the activity, it works properly too.