mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 10:31:07 +00:00
Trim spaces from the IP address
This commit is contained in:
@@ -159,7 +159,7 @@ public class AddComputerManually extends Activity {
|
||||
return true;
|
||||
}
|
||||
|
||||
computersToAdd.add(hostText.getText().toString());
|
||||
computersToAdd.add(hostText.getText().toString().trim());
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user