From 44a0268da4d1f50216b710c0c9e6fa0c87886282 Mon Sep 17 00:00:00 2001 From: alemart Date: Sun, 17 Dec 2023 01:37:03 -0300 Subject: [PATCH] Clarify comment --- .../src/main/java/org/liballeg/android/AllegroActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle_project/allegro/src/main/java/org/liballeg/android/AllegroActivity.java b/android/gradle_project/allegro/src/main/java/org/liballeg/android/AllegroActivity.java index fff8f4bd0..1ea95508c 100644 --- a/android/gradle_project/allegro/src/main/java/org/liballeg/android/AllegroActivity.java +++ b/android/gradle_project/allegro/src/main/java/org/liballeg/android/AllegroActivity.java @@ -723,8 +723,8 @@ public AllegroDialog getNativeDialogAddon() private void dismissMessageBox() { // Message boxes block the calling thread. If the app receives a drawing - // halt / resume or a display resize event, Allegro will block the thread - // until these events are acknowledged. If they are emitted while a + // halt / resume or a display resize event, Allegro will block the UI + // thread until these events are acknowledged. If they are emitted while a // message box is visible and if their acknowledgement takes place in the // same thread that spawned the message box, then the app will freeze. // That will happen because they can't be acknowledged while the message