There was an error while loading. Please reload this page.
2 parents dec21a8 + 5516c42 commit 7441cf4Copy full SHA for 7441cf4
2 files changed
app/build.gradle.kts
@@ -44,7 +44,7 @@ val coroutinesVersion = "1.11.0"
44
val mockitoKotlinVersion = "6.3.0"
45
46
android {
47
- compileSdk = 36
+ compileSdk = 37
48
49
namespace = "com.nextcloud.talk"
50
app/src/main/java/com/nextcloud/talk/chat/MessageInputFragment.kt
@@ -330,7 +330,6 @@ class MessageInputFragment : Fragment() {
330
331
override fun onSuccess(result: Drawable) {
332
binding.fragmentCallStarted.callAuthorChip.chipIcon = result
333
-
334
}
335
})
336
.build()
0 commit comments