mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-24 07:08:09 +00:00
Removed useless log
This commit is contained in:
parent
f4f49aaf8b
commit
af08b77d29
1 changed files with 0 additions and 1 deletions
|
|
@ -254,7 +254,6 @@ public class ChatListFragment extends Fragment implements OnClickListener, OnIte
|
|||
|
||||
String message = "";
|
||||
message = (lastMessage == null || lastMessage.getMessage() == null) ? "" : lastMessage.getMessage();
|
||||
Log.e("Last message = " + message);
|
||||
TextView lastMessageView = (TextView) view.findViewById(R.id.lastMessage);
|
||||
lastMessageView.setText(message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue