1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

ServersActivity: do not update data set before starting another activity

This commit is contained in:
Sebastian Kaspari 2010-03-20 20:09:42 +01:00
parent 9b6f97844a
commit 97eae1f4f0

View File

@ -136,7 +136,6 @@ public class ServersActivity extends ListActivity implements ServiceConnection,
if (server.getStatus() == Status.DISCONNECTED) {
server.setStatus(Status.CONNECTING);
adapter.notifyDataSetChanged();
binder.connect(server);
}