mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
making bugreport screenshots opt in instead of optout
This commit is contained in:
parent
01c70e165d
commit
979dec75de
2 changed files with 3 additions and 2 deletions
1
changelog.d/6261.misc
Normal file
1
changelog.d/6261.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Making screenshots in bug reports opt in instead of opt out
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue