mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 15:00:14 -05:00
ServersActivity now uses conversations instead of channels
This commit is contained in:
parent
9e94638f14
commit
cf891d8371
@ -158,7 +158,7 @@ public class ServersActivity extends ListActivity implements ServiceConnection,
|
||||
adapter.notifyDataSetChanged();
|
||||
break;
|
||||
case 1: // Disconnect
|
||||
server.clearChannels();
|
||||
server.clearConversations();
|
||||
binder.getService().getConnection(server.getId()).quitServer();
|
||||
break;
|
||||
case 2: // Delete
|
||||
|
Loading…
Reference in New Issue
Block a user