From 13036d5f2770b9c09e7ed634ba976b3d19fcec41 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 18 Feb 2025 17:27:44 +0100 Subject: [PATCH] Delete empty list item --- .../architectural_overview/threading/execution_contexts.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/basics/architectural_overview/threading/execution_contexts.md b/topics/basics/architectural_overview/threading/execution_contexts.md index d3e76c27c..002ebb8d0 100644 --- a/topics/basics/architectural_overview/threading/execution_contexts.md +++ b/topics/basics/architectural_overview/threading/execution_contexts.md @@ -107,7 +107,6 @@ The following table presents the possibilities and APIs to use for reporting pro

Any report*Progress() function must be used inside withBackgroundProgress(), withModalProgress(), or runWithModalProgressBlocking() from tasks.kt.