From 94270f08746892dffe198794ab2f28a9a2824747 Mon Sep 17 00:00:00 2001 From: "liang.wang" <liang.wang@brooks.com> Date: Thu, 18 Jun 2020 16:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EAPI=20startMultiple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b9c9cb..632b9f0 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,6 @@ SupportFragment API Document 24.popChild 从栈底弹出一个子fragment 25.popChildTo 弹出多个子fragment到栈内某一个位置 26.popAllChild 弹出所有的子fragment - +27.startMultiple 启动多个fragment ```