1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-01 12:54:07 +00:00

Hint destination port to be 5353

Closes #304
This commit is contained in:
M66B 2016-02-10 09:16:37 +01:00
parent 5c13c4ab0c
commit 6916fda17e

View file

@ -103,7 +103,7 @@
android:id="@+id/etRPort"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="53"
android:hint="5353"
android:inputType="number"
android:textAppearance="@style/TextMedium" />