mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Convert StickerTable to kotlin.
This commit is contained in:
@@ -66,7 +66,7 @@ public class ConversationStickerSuggestionAdapter extends RecyclerView.Adapter<C
|
||||
}
|
||||
|
||||
void bind(@NonNull RequestManager requestManager, @NonNull EventListener eventListener, @NonNull StickerRecord sticker) {
|
||||
requestManager.load(new DecryptableUri(sticker.getUri()))
|
||||
requestManager.load(new DecryptableUri(sticker.uri))
|
||||
.transition(DrawableTransitionOptions.withCrossFade())
|
||||
.fitCenter()
|
||||
.into(image);
|
||||
|
||||
Reference in New Issue
Block a user