Fix crash bubble chat
This commit is contained in:
parent
cd8efc50c3
commit
50d69f8276
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ public class BubbleChat implements LinphoneChatMessage.LinphoneChatMessageListen
|
||||||
LinphoneManager.removeListener(this);
|
LinphoneManager.removeListener(this);
|
||||||
imageView.setVisibility(View.VISIBLE);
|
imageView.setVisibility(View.VISIBLE);
|
||||||
download.setVisibility(View.GONE);
|
download.setVisibility(View.GONE);
|
||||||
spinner.setVisibility(View.GONE);
|
|
||||||
loadBitmap(appData, imageView);
|
loadBitmap(appData, imageView);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue