summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditem_fragment.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-01 12:08:11 +0100
committerByteHamster <info@bytehamster.com>2020-02-01 12:09:16 +0100
commit5af5f30bb6d8a26407dc5647c829857f70000814 (patch)
tree6060d4c963fa9b01445b343222c0fb59ba37b321 /app/src/main/res/layout/feeditem_fragment.xml
parent8ed2102c85571efd2562a50c4cfedc0b2eb09459 (diff)
downloadAntennaPod-5af5f30bb6d8a26407dc5647c829857f70000814.zip
Reduced code duplication
Diffstat (limited to 'app/src/main/res/layout/feeditem_fragment.xml')
-rw-r--r--app/src/main/res/layout/feeditem_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/feeditem_fragment.xml b/app/src/main/res/layout/feeditem_fragment.xml
index 3352fdf19..93919435a 100644
--- a/app/src/main/res/layout/feeditem_fragment.xml
+++ b/app/src/main/res/layout/feeditem_fragment.xml
@@ -158,7 +158,7 @@
</LinearLayout>
- <WebView
+ <de.danoeh.antennapod.view.ShownotesWebView
android:id="@+id/webvDescription"
android:layout_width="match_parent"
android:layout_below="@id/header"