mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 06:09:19 +00:00
Add: NoAction ActionState
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user