summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2018-01-07 16:32:54 +0100
committerDirk Mueller <dirk@dmllr.de>2018-01-07 19:32:10 +0100
commit602754104e18b4ed6b50fdd640af5d0a73f11d64 (patch)
treef08eaa169cf54814c6864b94fa44c6ff35884414 /app/src/main
parentdc5be358af27c192fea1e9746a34c70a4694b39d (diff)
downloadAntennaPod-602754104e18b4ed6b50fdd640af5d0a73f11d64.zip
remove reference to nonexisting onClick callback
This defined onClick callback does not exist, so we don't need to specify it.
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/feedinfo.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml
index 4b545e3cc..69b835ee1 100644
--- a/app/src/main/res/layout/feedinfo.xml
+++ b/app/src/main/res/layout/feedinfo.xml
@@ -313,13 +313,11 @@
<RadioButton android:id="@+id/radio_filter_include"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/episode_filters_include"
- android:onClick="onRadioButtonClicked"/>
+ android:text="@string/episode_filters_include" />
<RadioButton android:id="@+id/radio_filter_exclude"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/episode_filters_exclude"
- android:onClick="onRadioButtonClicked"/>
+ android:text="@string/episode_filters_exclude" />
</RadioGroup>
<EditText