Skip to content
Snippets Groups Projects
Commit 0dcc1a6d authored by akwizgran's avatar akwizgran
Browse files

Redraw the contact list when contacts connect or disconnect.

parent fa38c3b6
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ implements OnClickListener, DatabaseListener, ConnectionListener {
LOG.info("Updating connection time");
item.setConnected(connected);
item.setLastConnected(System.currentTimeMillis());
list.invalidate();
list.invalidateViews();
return;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment