Skip to content

Instantly share code, notes, and snippets.

@Shahgupta4sq
Last active November 7, 2017 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shahgupta4sq/bdf44e7ac514cfc8bd9d0b22cdec504d to your computer and use it in GitHub Desktop.
Save Shahgupta4sq/bdf44e7ac514cfc8bd9d0b22cdec504d to your computer and use it in GitHub Desktop.
data class EditProfileState(
var isProgressIndicatorShown: Boolean = false,
var isCityDialogShown: Boolean = false,
var isGenderDialogShown: Boolean = false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment