mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-04 08:25:06 -05:00
ServersActivity: do not update data set before starting another activity
This commit is contained in:
parent
9b6f97844a
commit
97eae1f4f0
@ -136,7 +136,6 @@ public class ServersActivity extends ListActivity implements ServiceConnection,
|
|||||||
|
|
||||||
if (server.getStatus() == Status.DISCONNECTED) {
|
if (server.getStatus() == Status.DISCONNECTED) {
|
||||||
server.setStatus(Status.CONNECTING);
|
server.setStatus(Status.CONNECTING);
|
||||||
adapter.notifyDataSetChanged();
|
|
||||||
binder.connect(server);
|
binder.connect(server);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user