Skip to content

Commit 82baa9e

Browse files
committed
Testing for #11 problem
1 parent 4da1fc3 commit 82baa9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/src/main/java/io/github/douglasjunior/androidSimpleTooltip/SimpleTooltip.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ public void onDismiss() {
310310
if (mOnDismissListener != null)
311311
mOnDismissListener.onDismiss(this);
312312
mOnDismissListener = null;
313-
314-
mPopupWindow = null;
315313
}
316314

317315
private final View.OnTouchListener mPopupWindowTouchListener = new View.OnTouchListener() {

0 commit comments

Comments
 (0)