[FileSharing] update attachment icon [--force]
This commit is contained in:
parent
acbf4de7df
commit
0401c70ddc
1 changed files with 1 additions and 1 deletions
|
@ -1688,7 +1688,7 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
||||||
public void loadBitmap(String path, ImageView imageView) {
|
public void loadBitmap(String path, ImageView imageView) {
|
||||||
if (cancelPotentialWork(path, imageView)) {
|
if (cancelPotentialWork(path, imageView)) {
|
||||||
if(LinphoneUtils.isExtensionImage(path))
|
if(LinphoneUtils.isExtensionImage(path))
|
||||||
defaultBitmap = BitmapFactory.decodeResource(getActivity().getResources(), R.drawable.chat_picture_over);
|
defaultBitmap = BitmapFactory.decodeResource(getActivity().getResources(), R.drawable.chat_attachment_over);
|
||||||
else
|
else
|
||||||
defaultBitmap = BitmapFactory.decodeResource(getActivity().getResources(), R.drawable.chat_attachment);
|
defaultBitmap = BitmapFactory.decodeResource(getActivity().getResources(), R.drawable.chat_attachment);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue