Skip to content

Commit

Permalink
Fix for Cannot tap in the empty space to edit the title
Browse files Browse the repository at this point in the history
Upping versionCode to 122
  • Loading branch information
Dima-Android committed Dec 5, 2024
1 parent 435d01a commit 084ce27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ private fun EditTitle(
}
CustomTextField(
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = 16.dp),
value = viewState.data.title,
hint = stringResource(id = Strings.item_detail_untitled),
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object BuildConfig {
const val compileSdkVersion = 34
const val targetSdk = 34

val versionCode = 121 // Must be updated on every build
val versionCode = 122 // Must be updated on every build
val version = Version(
major = 1,
minor = 0,
Expand Down

0 comments on commit 084ce27

Please sign in to comment.