Skip to content

Commit

Permalink
[#221] Review: Change enum visibility to private
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Sep 6, 2022
1 parent 5b7929d commit a7fd0d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private fun DisplayTypeCustomization(displayType: MutableState<TextFieldCustomiz
}
}

enum class CustomizationTab(@StringRes val titleRes: Int) {
private enum class CustomizationTab(@StringRes val titleRes: Int) {
TextField(R.string.component_text_field),
Keyboard(R.string.component_text_field_keyboard);

Expand Down

0 comments on commit a7fd0d5

Please sign in to comment.