Skip to content

Commit 858123c

Browse files
Fix ability to enter text in SSID Filter (Issue #191)
1 parent 6a4f8fd commit 858123c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

app/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Sat Jun 09 13:29:43 EDT 2018
2+
#Sat Jun 16 07:27:17 EDT 2018
33
version_minor=9
4-
version_build=0
4+
version_build=1
55
version_patch=1
6-
version_major=1
76
version_store=39
7+
version_major=1

app/src/main/res/layout/filter_ssid.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
<EditText
3434
android:id="@+id/filterSSIDtext"
35-
android:textIsSelectable="true"
3635
android:layout_width="match_parent"
3736
android:layout_height="wrap_content"
3837
android:hint="@string/filter_ssid_hint"

app/src/main/res/layout/vendor_content.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
<SearchView
2626
android:id="@+id/vendorSearchText"
27-
android:textIsSelectable="true"
2827
android:layout_width="match_parent"
2928
android:layout_height="wrap_content"
3029
android:layout_marginBottom="@dimen/list_view_item_horizontal_spacer"

0 commit comments

Comments
 (0)