Add: NoAction ActionState

This commit is contained in:
machiav3lli
2022-06-03 10:38:44 +02:00
parent 4a323ded0b
commit ed0ad62dc0
2 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@ sealed class ActionState(
object Details : ActionState(R.string.details, Icons.Rounded.Tune)
object Share : ActionState(R.string.share, Icons.Rounded.Share)
class Cancel(@StringRes stateId: Int) : ActionState(stateId, Icons.Rounded.Close)
object NoAction : ActionState(R.string.no_action_possible, Icons.Rounded.Close)
}
open class LinkType(