mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Disable advanced navigation item
This commit is contained in:
parent
606c29a8ec
commit
d089d0fe00
@ -59,12 +59,13 @@ fun HomeScreen(navController: NavHostController = rememberNavController()) {
|
|||||||
icon = painterResource(id = R.drawable.eye)
|
icon = painterResource(id = R.drawable.eye)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
/*
|
||||||
NavigationItem(
|
NavigationItem(
|
||||||
title = "Advanced",
|
title = "Advanced",
|
||||||
style = NavigationItemStyle.Misc,
|
style = NavigationItemStyle.Misc,
|
||||||
navigate = { /* TODO */ },
|
navigate = { },
|
||||||
icon = painterResource(id = R.drawable.delete)
|
icon = painterResource(id = R.drawable.delete)
|
||||||
)
|
)
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user