mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 20:13:06 +00:00
Remove the default host IP address.
This commit is contained in:
parent
ac1380bd4c
commit
20514a7ce8
@ -26,7 +26,7 @@ public class Connection extends Activity {
|
||||
private TextView hostText;
|
||||
private SharedPreferences prefs;
|
||||
|
||||
private static final String DEFAULT_HOST = "192.168.1.240";
|
||||
private static final String DEFAULT_HOST = "";
|
||||
public static final String HOST_KEY = "hostText";
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user