From 94c33f099b578280bf7819757c7e767f3d76fd08 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Wed, 4 Aug 2021 11:53:39 +0300 Subject: [PATCH] Update README.md --- tutorials/Window_API_new/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Window_API_new/README.md b/tutorials/Window_API_new/README.md index ce1b9e3646..232344e1bb 100644 --- a/tutorials/Window_API_new/README.md +++ b/tutorials/Window_API_new/README.md @@ -541,7 +541,7 @@ fun main() = application { } } ``` -Note that `WindowDraggableArea` can be used only inside `singleWindowApplication`, `Window` and `Dialog`. If you need to use it in the other Composable function, pass `WindowScope` as a reciever there: +Note that `WindowDraggableArea` can be used only inside `singleWindowApplication`, `Window` and `Dialog`. If you need to use it in another Composable function, pass `WindowScope` as a reciever there: ``` import androidx.compose.foundation.background import androidx.compose.foundation.layout.Box