fixed small issue with bridge list field validation - correctly identifies if address entered when bridges are enabled
svn:r21831
This commit is contained in:
parent
4674391570
commit
8972f73d7b
|
@ -21,7 +21,7 @@ android:summary="Enable alternate entrance nodes into the Tor Network"></CheckBo
|
||||||
android:title="Update from Authority" android:key="pref_bridges_update"
|
android:title="Update from Authority" android:key="pref_bridges_update"
|
||||||
android:summary="Modify bridge list automatically"></CheckBoxPreference>
|
android:summary="Modify bridge list automatically"></CheckBoxPreference>
|
||||||
|
|
||||||
<EditTextPreference android:key="pref_bridge_list"
|
<EditTextPreference android:key="pref_bridges_list"
|
||||||
android:title="Bridges"
|
android:title="Bridges"
|
||||||
android:summary="IP address and port of bridges"
|
android:summary="IP address and port of bridges"
|
||||||
android:dialogTitle="Enter Bridge Addresses"
|
android:dialogTitle="Enter Bridge Addresses"
|
||||||
|
|
Loading…
Reference in New Issue