Send: initialize active network

pull/214/head
M66B 4 months ago
parent 503c1f521e
commit b0ec6e7489

@ -175,6 +175,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
}
});
lastActive = ConnectionHelper.getActiveNetwork(this);
lastSuitable = ConnectionHelper.getNetworkState(this).isSuitable();
if (lastSuitable)
owner.start();

Loading…
Cancel
Save