Skip to content

Commit

Permalink
Merge pull request #3954 from TeamAmaze/bugfix/smb-search-dialog-wron…
Browse files Browse the repository at this point in the history
…g-class

Fix ClassCastException at SmbSearchDialog with SMB SubnetScanner
  • Loading branch information
VishalNehra authored Oct 30, 2023
2 parents 79fe45c + 470c15e commit 0a20267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/smb_computers_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
android:minHeight="50dip"
android:layout_height="wrap_content"
android:clickable="true"
android:focusable="true"
android:background="?selectableItemBackground"
android:padding="@dimen/material_generic">

<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/icon"
android:padding="10dp"
android:layout_width="48dip"
Expand Down

0 comments on commit 0a20267

Please sign in to comment.