mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 15:19:53 +01:00
Redraw the contact list when contacts connect or disconnect.
This commit is contained in:
@@ -190,7 +190,7 @@ implements OnClickListener, DatabaseListener, ConnectionListener {
|
|||||||
LOG.info("Updating connection time");
|
LOG.info("Updating connection time");
|
||||||
item.setConnected(connected);
|
item.setConnected(connected);
|
||||||
item.setLastConnected(System.currentTimeMillis());
|
item.setLastConnected(System.currentTimeMillis());
|
||||||
list.invalidate();
|
list.invalidateViews();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user