This commit is contained in:
arrase 2016-11-28 00:38:26 +01:00
parent 9e0bdcf147
commit 0a6d623cf7
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ public class OrbotMainActivity extends AppCompatActivity
if (onion != null && onion.getCount() > 0) {
onion.moveToNext();
hostname = onion.getString(onion.getColumnIndex(HSContentProvider.HiddenService.NAME));
hostname = onion.getString(onion.getColumnIndex(HSContentProvider.HiddenService.DOMAIN));
if(hostname == null || hostname.length() < 1)
continue;