We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4157ad commit 1f65343Copy full SHA for 1f65343
library/src/main/java/uk/co/deanwild/materialshowcaseview/MaterialShowcaseView.java
@@ -193,7 +193,7 @@ protected void onDetachedFromWindow() {
193
194
@Override
195
public boolean onTouch(View v, MotionEvent event) {
196
- if (mAlreadyDismissed) return true;
+ if (mAlreadyDismissed) return false;
197
mAlreadyDismissed = true;
198
199
if (mDismissOnTouch) {
0 commit comments