Removed unnecessary param from GetAllRegions()

This commit is contained in:
Simon Hong
2024-09-06 18:26:51 +09:00
parent cc55ae9baf
commit 6f24b64ae3
5 changed files with 7 additions and 15 deletions
@@ -150,7 +150,6 @@ public class VpnServerSelectionActivity extends BraveVpnParentActivity
showProgress();
if (mServiceHandler != null) {
mServiceHandler.getAllRegions(
BraveVpnConstants.REGION_PRECISION_CITY_BY_COUNTRY,
regions -> {
if (regions.length > 0) {
mBraveVpnServerSelectionAdapter =