summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-19 20:07:17 +0400
committerAndrew Dolgov <[email protected]>2013-11-19 20:07:17 +0400
commitac96ae00d3fa887a7bb1ad0b67821cadd60fe887 (patch)
tree1ac7c0d27c465374c542f1f1c03459a620d6921f /res
parent12b784d06b380894348a793d106b586ba1f79f17 (diff)
add workaround for webview not working correctly inside viewpager or w/e
(the no rect test based nodes found issue) thanks, google engineers, amazing work
Diffstat (limited to 'res')
-rw-r--r--res/layout/article_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 5caab8ae..8ea27c55 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -94,7 +94,7 @@
</LinearLayout>
</LinearLayout>
- <WebView
+ <org.fox.ttrss.util.LessBrokenWebView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content" />