text(resources.getString(R.string.deleteMessageDescriptionDevice))//todo DELETION we need the plural version of this here, which currently is not set up in strings
text(resources.getString(R.string.deleteMessageConfirm))//todo DELETION we need the plural version of this here, which currently is not set up in strings
singleChoiceItems(
options=deleteOptions.map{it.label},
currentSelected=if(defaultToEveryone)1else0,// some cases require the second option, "delete for everyone", to be the default selected
text(resources.getString(R.string.deleteMessageConfirm))//todo DELETION we need the plural version of this here, which currently is not set up in strings