From eba9ca62ac47a1a79bdf190644a747baa3de730f Mon Sep 17 00:00:00 2001 From: AllenTom Date: Fri, 6 Sep 2024 18:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B6=88=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit message summarizes the following changes: * Removed `BottomNavigationPlaceholder` and replaced it with a `Spacer` to manage bottom spacing. * Removed unnecessary `Spacer` and adjusted spacing around comment items for better visual layout. * These changes improve the user interface of the message list. --- .../com/aiosman/riderpro/ui/index/tabs/message/MessageList.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/com/aiosman/riderpro/ui/index/tabs/message/MessageList.kt b/app/src/main/java/com/aiosman/riderpro/ui/index/tabs/message/MessageList.kt index 0277334..34843f7 100644 --- a/app/src/main/java/com/aiosman/riderpro/ui/index/tabs/message/MessageList.kt +++ b/app/src/main/java/com/aiosman/riderpro/ui/index/tabs/message/MessageList.kt @@ -152,7 +152,7 @@ fun NotificationsScreen() { } } item { - BottomNavigationPlaceholder() + Spacer(modifier = Modifier.height(72.dp)) } } } @@ -331,7 +331,6 @@ fun CommentNoticeItem( } Spacer(modifier = Modifier.width(24.dp)) -// Spacer(modifier = Modifier.weight(1f)) commentItem.post?.let { CustomAsyncImage( context = context,