AXEmojiView icon indicating copy to clipboard operation
AXEmojiView copied to clipboard

Help me!!!

Open bojanterzic529 opened this issue 1 year ago • 1 comments

error: incompatible types: CAP#1 cannot be converted to int Glide.with(view).load((int) sticker.getData()).apply(RequestOptions.fitCenterTransform()).into((AppCompatImageView)view);

bojanterzic529 avatar Mar 31 '23 13:03 bojanterzic529

Replace this with Glide.with(view).load(Integer.valueOf(sticker.getData().toString())).apply(RequestOptions.fitCenterTransform()).into((AppCompatImageView)view);

fahad4087505 avatar Apr 17 '23 06:04 fahad4087505