mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Trim spaces from the IP address
This commit is contained in:
parent
d3052cd97d
commit
5ae245bdca
@ -159,7 +159,7 @@ public class AddComputerManually extends Activity {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
computersToAdd.add(hostText.getText().toString());
|
computersToAdd.add(hostText.getText().toString().trim());
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user