Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wade
DnsChanger
Commits
42548a13
Commit
42548a13
authored
Apr 14, 2018
by
Daniel Wolf
Browse files
Don't allow a decimal point for the timeout
parent
170a35a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/xml/advanced_preferences.xml
View file @
42548a13
...
...
@@ -39,7 +39,7 @@
<EditTextPreference
android:defaultValue=
"500"
android:dependency=
"dns_over_tcp"
android:inputType=
"number
Decimal
"
android:inputType=
"number"
android:key=
"tcp_timeout"
android:summary=
"@string/summary_tcp_timeout"
android:title=
"@string/title_tcp_timeout"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment