mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
Update chatkit
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
69c4435b1e
commit
8ad09d3395
2 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@ dependencies {
|
|||
implementation 'me.zhanghai.android.effortlesspermissions:library:1.1.0'
|
||||
implementation 'org.apache.commons:commons-lang3:3.9'
|
||||
implementation 'com.github.wooplr:Spotlight:1.3'
|
||||
implementation('com.github.mario:chatkit:3c6c60228b', {
|
||||
implementation('com.github.mario:chatkit:fb4dc970f7', {
|
||||
exclude group: 'com.facebook.fresco'
|
||||
})
|
||||
|
||||
|
|
|
@ -413,7 +413,7 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||
|
||||
adapter = new MessagesListAdapter<>(conversationUser.getUserId(), messageHolders, new ImageLoader() {
|
||||
@Override
|
||||
public void loadImage(SimpleDraweeView imageView, String url) {
|
||||
public void loadImage(SimpleDraweeView imageView, @androidx.annotation.Nullable String url, @androidx.annotation.Nullable Object payload) {
|
||||
DraweeController draweeController = Fresco.newDraweeControllerBuilder()
|
||||
.setImageRequest(DisplayUtils.getImageRequestForUrl(url, conversationUser))
|
||||
.setControllerListener(DisplayUtils.getImageControllerListener(imageView))
|
||||
|
|
Loading…
Reference in a new issue