Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/src/main/res/xml/preferences_vendor.xml

Issue 30018598: Issue 7281 - Remove Google+ links (Closed)
Patch Set: Adjustments in regards to Anton's comments Created Feb. 27, 2019, 5 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/app/src/main/res/xml/preferences_vendor.xml
===================================================================
--- a/mobile/android/app/src/main/res/xml/preferences_vendor.xml
+++ b/mobile/android/app/src/main/res/xml/preferences_vendor.xml
@@ -13,13 +13,13 @@
android:title="@string/pref_about_firefox"
android:persistent="false"
url="about:" />
<org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_preference.faq.link"
android:title="@string/pref_vendor_faqs"
android:persistent="false"/>
- <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_preference.feedback.link"
- android:title="@string/pref_vendor_feedback"
- android:persistent="false"/>
+ <!-- Opening e-mail client for user feedback. See https://issues.adblockplus.org/ticket/7281 -->
+ <org.adblockplus.browser.FeedbackPreference android:title="@string/pref_vendor_feedback"
+ android:persistent="false"/>
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld