Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6942ad98 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Debug info activity: remove string

parent 8aba0c80
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -49,17 +49,10 @@
                        app:drawableStartCompat="@drawable/ic_share_action_dark"
                        app:drawableLeftCompat="@drawable/ic_share_action_dark"
                        android:drawablePadding="8dp"
                        android:layout_marginBottom="8dp"
                        app:drawableTint="@color/primaryTextColor"
                        android:text="@string/debug_info_use_share1"/>

                    <TextView
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="8dp"
                        android:layout_marginBottom="16dp"
                        style="@style/TextAppearance.MaterialComponents.Body2"
                        android:text="@string/debug_info_use_share2"/>

                    <com.google.android.material.card.MaterialCardView
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
+0 −1
Original line number Diff line number Diff line
@@ -379,7 +379,6 @@
    <string name="authority_debug_provider" translatable="false">at.bitfire.davdroid.debug</string>
    <string name="debug_info_title">Debug info</string>
    <string name="debug_info_use_share1">Use the Share action to send the unmodified data, especially for support requests.</string>
    <string name="debug_info_use_share2">Avoid copy &amp; paste or screenshots because they make interpretation more difficult.</string>
    <string name="debug_info_attached">Debug info attached to this message (requires attachment support of the receiving app).</string>
    <string name="debug_info_http_error">HTTP Error</string>
    <string name="debug_info_server_error">Server Error</string>