mullvad / mullvadvpn-app

The Mullvad VPN client app for desktop and mobile
https://mullvad.net/
GNU General Public License v3.0
5.13k stars 342 forks source link

Fix trailing comma when location has no city #7192

Closed Pururun closed 5 days ago

Pururun commented 1 week ago

Two fixes:

  1. When we convert from grpc type to our domain type we will now set city to null if there is no city
  2. Before appending " ," in the connect screen, we will check if city is not null and not blank

This change is Reviewable

linear[bot] commented 1 week ago

DROID-1503 Country has trailing comma in the connect screen when no city has been resolved