File tree Expand file tree Collapse file tree
app/src/main/java/com/example/reply/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import androidx.compose.material.icons.filled.Drafts
3333import androidx.compose.material.icons.filled.Inbox
3434import androidx.compose.material.icons.filled.Report
3535import androidx.compose.material.icons.filled.Send
36- import androidx.compose.material3.ExperimentalMaterial3Api
3736import androidx.compose.material3.Icon
3837import androidx.compose.material3.MaterialTheme
3938import androidx.compose.material3.NavigationBar
@@ -60,7 +59,6 @@ import com.example.reply.data.local.LocalAccountsDataProvider
6059import com.example.reply.ui.utils.ReplyContentType
6160import com.example.reply.ui.utils.ReplyNavigationType
6261
63- @OptIn(ExperimentalMaterial3Api ::class )
6462@Composable
6563fun ReplyHomeScreen (
6664 navigationType : ReplyNavigationType ,
@@ -252,7 +250,6 @@ private fun ReplyBottomNavigationBar(
252250 }
253251}
254252
255- @OptIn(ExperimentalMaterial3Api ::class )
256253@Composable
257254private fun NavigationDrawerContent (
258255 selectedDestination : MailboxType ,
You can’t perform that action at this time.
0 commit comments