bug fix
This commit is contained in:
parent
9e0bdcf147
commit
0a6d623cf7
|
@ -624,7 +624,7 @@ public class OrbotMainActivity extends AppCompatActivity
|
||||||
|
|
||||||
if (onion != null && onion.getCount() > 0) {
|
if (onion != null && onion.getCount() > 0) {
|
||||||
onion.moveToNext();
|
onion.moveToNext();
|
||||||
hostname = onion.getString(onion.getColumnIndex(HSContentProvider.HiddenService.NAME));
|
hostname = onion.getString(onion.getColumnIndex(HSContentProvider.HiddenService.DOMAIN));
|
||||||
|
|
||||||
if(hostname == null || hostname.length() < 1)
|
if(hostname == null || hostname.length() < 1)
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue