mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 04:50:08 +03:00
Rageshake: re-enable can_contact switch
Follow-ups may be useful for some kind of reports Change-Id: Id2a42ce771f1ed355b896e5e8f8ad61e61670d8b
This commit is contained in:
parent
3e2fdd0784
commit
92fe0a5a29
3 changed files with 4 additions and 6 deletions
|
@ -168,7 +168,7 @@ class BugReportActivity : VectorBaseActivity<ActivityBugReportBinding>() {
|
|||
views.bugReportButtonIncludeScreenshot.isChecked,
|
||||
views.bugReportEditText.text.toString(),
|
||||
state.serverVersion,
|
||||
false, //views.bugReportButtonContactMe.isChecked,
|
||||
views.bugReportButtonContactMe.isChecked,
|
||||
null,
|
||||
object : BugReporter.IMXBugReportListener {
|
||||
override fun onUploadFailed(reason: String?) {
|
||||
|
|
|
@ -152,16 +152,14 @@
|
|||
android:checked="false"
|
||||
android:text="@string/send_bug_report_include_key_share_history" />
|
||||
|
||||
<!--
|
||||
<com.google.android.material.switchmaterial.SwitchMaterial
|
||||
android:id="@+id/bug_report_button_contact_me"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:checked="false"
|
||||
android:checked="true"
|
||||
android:text="@string/you_may_contact_me" />
|
||||
-->
|
||||
|
||||
<com.google.android.material.switchmaterial.SwitchMaterial
|
||||
android:id="@+id/bug_report_button_include_screenshot"
|
||||
|
@ -196,4 +194,4 @@
|
|||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
<string name="sc_accent_blue">Blue</string>
|
||||
<!-- do not change this comment for accent generation -->
|
||||
|
||||
<string name="send_bug_report_sc_extra">To increase the visibility of your issue and to allow us to contact you, you may want to reference this report (by providing your matrix ID and the approximate time when it was sent) in an issue at https://github.com/SchildiChat/SchildiChat-android/issues (check first if one already exists for your issue, and only create a new one if there is not).</string>
|
||||
<string name="send_bug_report_sc_extra">To increase the visibility of your issue, you may want to reference this report (by providing your matrix ID and the approximate time when it was sent) in an issue at https://github.com/SchildiChat/SchildiChat-android/issues (check first if one already exists for your issue, and only create a new one if there is not).</string>
|
||||
|
||||
<!-- Unifiedpush Endpoint -->
|
||||
<string name="settings_troubleshoot_test_endpoint_title">Endpoint/FCM</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue