Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 84ce750

Browse files
keianhzoMortimerGoro
authored andcommittedJan 20, 2020
Call dismiss instead of hide when dismissing by a world click on dialogs (#2678)
1 parent 4ff1f59 commit 84ce750

File tree

1 file changed

+1
-1
lines changed
  • app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs

1 file changed

+1
-1
lines changed
 

‎app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs/UIDialog.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private void hide() {
8787
@Override
8888
public void onWorldClick() {
8989
if (isVisible()) {
90-
post(() -> hide(REMOVE_WIDGET));
90+
post(this::onDismiss);
9191
}
9292
}
9393

0 commit comments

Comments
 (0)
This repository has been archived.