Disable the latency toast by default

It causes crashes on the MiBox
This commit is contained in:
Cameron Gutman
2020-06-06 18:24:34 -07:00
parent 538231eb6f
commit 45781666b8
4 changed files with 38 additions and 25 deletions

View File

@@ -201,5 +201,10 @@
android:title="@string/title_enable_perf_overlay"
android:summary="@string/summary_enable_perf_overlay"
android:defaultValue="false"/>
<CheckBoxPreference
android:key="checkbox_enable_post_stream_toast"
android:title="@string/title_enable_post_stream_toast"
android:summary="@string/summary_enable_post_stream_toast"
android:defaultValue="false"/>
</PreferenceCategory>
</PreferenceScreen>