Created
August 1, 2021 21:19
-
-
Save sergenes/3155d29b6e4567e73940aa1ee4fd63a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object NameEdit : ListScreenState() { | |
override val editButtonTitle = "Done" | |
override val isAddButtonVisible = false | |
override val isEditNameMode = true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment