From 6cae6248908f6d408413dfc7a46b3b336d7f63cf Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Thu, 26 Jan 2023 14:53:03 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20BottomSheet=20=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/huanchengfly/tieba/post/MainActivityV2.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/huanchengfly/tieba/post/MainActivityV2.kt b/app/src/main/java/com/huanchengfly/tieba/post/MainActivityV2.kt index 37aae044..6b64cf85 100644 --- a/app/src/main/java/com/huanchengfly/tieba/post/MainActivityV2.kt +++ b/app/src/main/java/com/huanchengfly/tieba/post/MainActivityV2.kt @@ -221,7 +221,7 @@ class MainActivityV2 : BaseComposeActivity() { navController.navigatorProvider += bottomSheetNavigator ModalBottomSheetLayout( bottomSheetNavigator = bottomSheetNavigator, - sheetShape = RoundedCornerShape(16.dp) + sheetShape = RoundedCornerShape(topStart = 16.dp, topEnd = 16.dp) ) { DestinationsNavHost( navController = navController,