Add additional loading servers to the UI.

Change-Id: I4866c6398146bd0e83d27c7f2014a0180b0b4540
This commit is contained in:
Artur Dryomov 2013-07-12 19:25:28 +03:00 committed by Michael Meeks
parent 94255fc98e
commit 2aaab2a01e

View File

@ -110,6 +110,8 @@ public class ComputersFragment extends SherlockListFragment implements ServiceCo
public void onResume() {
super.onResume();
loadComputers();
registerIntentsReceiver();
}