Skip to content

Commit

Permalink
Move the epg loading preference into the epg category
Browse files Browse the repository at this point in the history
  • Loading branch information
rsiebert committed Feb 11, 2020
1 parent cb2f195 commit 626e081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/xml/preferences_advanced.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
android:key="epg_max_time"
android:summary="@string/pref_epg_sync_duration_sum"
android:title="@string/pref_epg_sync_duration" />
<Preference
android:key="load_more_epg_data"
android:title="@string/pref_load_more_epg_data" />
</PreferenceCategory>

<PreferenceCategory android:title="@string/pref_notifications">
Expand Down Expand Up @@ -103,8 +106,5 @@
android:key="copy_playback_url_to_clipboard_enabled"
android:summary="@string/pref_copy_playback_url_to_clipboard_enabled_sum"
android:title="@string/pref_copy_playback_url_to_clipboard_enabled" />
<Preference
android:key="load_more_epg_data"
android:title="@string/pref_load_more_epg_data" />
</PreferenceCategory>
</PreferenceScreen>

0 comments on commit 626e081

Please sign in to comment.