Skip to content

Commit

Permalink
Merge pull request #38 from AmityCo/release-3.4-jocasta
Browse files Browse the repository at this point in the history
Jocasta release
  • Loading branch information
kornsitti authored Jun 15, 2023
2 parents 35e0e38 + 9cdff07 commit 9231a2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
amityKotlinVersion = "1.6.20"
amityLifecycleExtensionVersion = "2.0.0"
amityMockkVersion = "1.10.0"
amityMessagingSdkVersion = '6.8.0'
amityMessagingSdkVersion = '6.9.0'
amityRxLifeCycleVersion = '1.1.2-beta01'

amityJacocoVersion = '0.8.5'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "3.3.0"
versionName "3.4.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ class AmityPostDetailFragment : AmityBaseFragment(),
}

private fun setupComposeBar(post: AmityPost) {
binding.viewBottom.visibility = if (isJoined(post)) View.VISIBLE else View.INVISIBLE
binding.commentComposeBar.getPostButton().setOnClickListener {
val commentId = ObjectId.get().toHexString()
viewModel.addComment(
Expand Down

0 comments on commit 9231a2e

Please sign in to comment.