Fix crash bubble chat

This commit is contained in:
Margaux Clerc 2015-10-07 16:26:08 +02:00
parent cd8efc50c3
commit 50d69f8276

View file

@ -170,7 +170,6 @@ public class BubbleChat implements LinphoneChatMessage.LinphoneChatMessageListen
LinphoneManager.removeListener(this);
imageView.setVisibility(View.VISIBLE);
download.setVisibility(View.GONE);
spinner.setVisibility(View.GONE);
loadBitmap(appData, imageView);
}
}