Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Sep 11, 2024
1 parent 3385bfe commit 7de6ad0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class CustomFieldsEditorViewModel @Inject constructor(

val event = if (storedValue == null) {
MultiLiveEvent.Event.ExitWithResult(data = value, key = CUSTOM_FIELD_CREATED_RESULT_KEY)

} else {
MultiLiveEvent.Event.ExitWithResult(
data = CustomFieldUpdateResult(oldKey = storedValue.key, updatedField = value),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ private fun CustomFieldItem(
)
Spacer(modifier = Modifier.height(4.dp))


if (customField.contentType != CustomFieldContentType.TEXT) {
val text = buildAnnotatedString {
withStyle(SpanStyle(color = MaterialTheme.colors.primary)) {
Expand Down

0 comments on commit 7de6ad0

Please sign in to comment.