From 160ac00bdbaae5ea40fba567d1e1ba5c6fc0fc6f Mon Sep 17 00:00:00 2001 From: Liam Sherwin <95655127+not-my-username@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:49:32 +1200 Subject: [PATCH] Update Node docs to change iOS to Android for NOTIFICATION_WM_GO_BACK_REQUEST --- doc/classes/Node.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 2662b34aecb..c54219c0566 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -1187,7 +1187,7 @@ Notification received from the OS when a go back request is sent (e.g. pressing the "Back" button on Android). - Implemented only on iOS. + Implemented only on Android. Notification received when the window is resized.