Skip to content

Commit 6992b2c

Browse files
committed
Moved report_player_errors to debug
1 parent 0d51eef commit 6992b2c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/src/main/res/xml/debug_settings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
android:title="@string/show_image_indicators_title"
5050
app:iconSpaceReserved="false" />
5151

52+
<SwitchPreferenceCompat
53+
android:defaultValue="false"
54+
android:key="@string/report_player_errors_key"
55+
android:summary="@string/report_player_errors_summary"
56+
android:title="@string/report_player_errors_title"
57+
app:singleLineTitle="false"
58+
app:iconSpaceReserved="false" />
59+
5260
<Preference
5361
android:key="@string/crash_the_app_key"
5462
android:title="@string/crash_the_app"

app/src/main/res/xml/video_audio_settings.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@
102102
app:singleLineTitle="false"
103103
app:iconSpaceReserved="false" />
104104

105-
<SwitchPreferenceCompat
106-
android:defaultValue="false"
107-
android:key="@string/report_player_errors_key"
108-
android:summary="@string/report_player_errors_summary"
109-
android:title="@string/report_player_errors_title"
110-
app:singleLineTitle="false"
111-
app:iconSpaceReserved="false" />
112-
113105
</PreferenceCategory>
114106

115107
<PreferenceCategory

0 commit comments

Comments
 (0)