setting backround color if image comes directly from cache
This commit is contained in:
parent
645139eb68
commit
6942840061
|
@ -684,6 +684,7 @@ public class ConversationActivity extends XmppActivity {
|
|||
}
|
||||
if (bm!=null) {
|
||||
imageView.setImageBitmap(bm);
|
||||
imageView.setBackgroundColor(0x00000000);
|
||||
} else {
|
||||
if (cancelPotentialWork(message, imageView)) {
|
||||
imageView.setBackgroundColor(0xff333333);
|
||||
|
|
Loading…
Reference in a new issue