making bugreport screenshots opt in instead of optout

This commit is contained in:
Adam Brown 2022-06-13 18:06:53 +01:00
parent 01c70e165d
commit 979dec75de
2 changed files with 3 additions and 2 deletions

1
changelog.d/6261.misc Normal file
View file

@ -0,0 +1 @@
Making screenshots in bug reports opt in instead of opt out

View file

@ -154,7 +154,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:checked="true"
android:checked="false"
android:text="@string/send_bug_report_include_screenshot" />
<ImageView
@ -181,4 +181,4 @@
android:clickable="true"
android:focusable="true"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>