Skip to content

Commit

Permalink
Call dismiss instead of hide when dismissing by a world click on dial…
Browse files Browse the repository at this point in the history
…ogs (#2678)
  • Loading branch information
keianhzo authored and MortimerGoro committed Jan 20, 2020
1 parent 4ff1f59 commit 84ce750
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ private void hide() {
@Override
public void onWorldClick() {
if (isVisible()) {
post(() -> hide(REMOVE_WIDGET));
post(this::onDismiss);
}
}

Expand Down

0 comments on commit 84ce750

Please sign in to comment.