mirror of
https://github.com/owenlejeune/TVTime.git
synced 2025-11-08 04:32:43 -05:00
remove 'add account' menu option
This commit is contained in:
@@ -98,23 +98,6 @@ fun ProfileMenuOverlay(
|
|||||||
fontWeight = FontWeight.Bold
|
fontWeight = FontWeight.Bold
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuDivider()
|
|
||||||
|
|
||||||
ProfileMenuItem(
|
|
||||||
onClick = {
|
|
||||||
Toast.makeText(context, "Under construction", Toast.LENGTH_SHORT).show()
|
|
||||||
}
|
|
||||||
) {
|
|
||||||
Icon(
|
|
||||||
imageVector = Icons.Outlined.PersonAdd,
|
|
||||||
contentDescription = null
|
|
||||||
)
|
|
||||||
Text(
|
|
||||||
text = stringResource(id = R.string.account_add),
|
|
||||||
fontSize = 16.sp
|
|
||||||
)
|
|
||||||
}
|
|
||||||
} ?: run {
|
} ?: run {
|
||||||
ProfileMenuItem {
|
ProfileMenuItem {
|
||||||
Text(
|
Text(
|
||||||
|
|||||||
Reference in New Issue
Block a user