mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped dependencies
This commit is contained in:
parent
187946bf34
commit
6c97ee9176
2 changed files with 4 additions and 4 deletions
|
|
@ -1325,7 +1325,7 @@ open class ConversationFragment : SlidingPaneChildFragment() {
|
|||
|
||||
val model = MessageReactionsModel(chatMessageModel.chatMessage) { reactionsModel ->
|
||||
coreContext.postOnMainThread {
|
||||
if (reactionsModel.allReactions.isEmpty) {
|
||||
if (reactionsModel.allReactions.isEmpty()) {
|
||||
Log.i("$TAG No reaction to display, closing bottom sheet")
|
||||
val bottomSheetBehavior = BottomSheetBehavior.from(
|
||||
binding.messageBottomSheet.root
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
[versions]
|
||||
agp = "8.10.1"
|
||||
kotlin = "2.0.21"
|
||||
agp = "8.11.0"
|
||||
kotlin = "2.2.0"
|
||||
gmsGoogleServices = "4.4.2"
|
||||
firebaseCrashlytics = "3.0.4"
|
||||
firebaseBomVersion = "33.15.0"
|
||||
ktlint = "12.1.2"
|
||||
ktlint = "12.3.0"
|
||||
|
||||
annotations = "1.9.1"
|
||||
activity = "1.10.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue