File tree 1 file changed +0
-3
lines changed
app/src/main/java/com/example/reply/ui
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import androidx.compose.material.icons.filled.Drafts
33
33
import androidx.compose.material.icons.filled.Inbox
34
34
import androidx.compose.material.icons.filled.Report
35
35
import androidx.compose.material.icons.filled.Send
36
- import androidx.compose.material3.ExperimentalMaterial3Api
37
36
import androidx.compose.material3.Icon
38
37
import androidx.compose.material3.MaterialTheme
39
38
import androidx.compose.material3.NavigationBar
@@ -60,7 +59,6 @@ import com.example.reply.data.local.LocalAccountsDataProvider
60
59
import com.example.reply.ui.utils.ReplyContentType
61
60
import com.example.reply.ui.utils.ReplyNavigationType
62
61
63
- @OptIn(ExperimentalMaterial3Api ::class )
64
62
@Composable
65
63
fun ReplyHomeScreen (
66
64
navigationType : ReplyNavigationType ,
@@ -252,7 +250,6 @@ private fun ReplyBottomNavigationBar(
252
250
}
253
251
}
254
252
255
- @OptIn(ExperimentalMaterial3Api ::class )
256
253
@Composable
257
254
private fun NavigationDrawerContent (
258
255
selectedDestination : MailboxType ,
You can’t perform that action at this time.
0 commit comments