|
|
|
@ -230,6 +230,8 @@ public class TorrentsActivity extends SherlockFragmentActivity implements OnNavi
@@ -230,6 +230,8 @@ public class TorrentsActivity extends SherlockFragmentActivity implements OnNavi
|
|
|
|
|
// Start the alarms for the background services, if needed
|
|
|
|
|
BootReceiver.startBackgroundServices(getApplicationContext(), false); |
|
|
|
|
BootReceiver.startAppUpdatesService(getApplicationContext()); |
|
|
|
|
|
|
|
|
|
filterSelected(lastUsed, true); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -246,7 +248,7 @@ public class TorrentsActivity extends SherlockFragmentActivity implements OnNavi
@@ -246,7 +248,7 @@ public class TorrentsActivity extends SherlockFragmentActivity implements OnNavi
|
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
// There is a server know (now): forcefully select it to establish a connection
|
|
|
|
|
filterSelected(lastUsed, true); |
|
|
|
|
//filterSelected(lastUsed, true);
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|