mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-25 18:32:15 -05:00
Reload serverlist on resume() (Server status may has been updated)
This commit is contained in:
parent
d92403d4a6
commit
0570e3d638
@ -86,6 +86,8 @@ public class ServersActivity extends ListActivity implements ServiceConnection,
|
||||
|
||||
receiver = new ServerReceiver(this);
|
||||
registerReceiver(receiver, new IntentFilter(Broadcast.SERVER_UPDATE));
|
||||
|
||||
adapter.loadServers();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user