Revert "Added remark"

This reverts commit db1203bb39.
pull/214/head
M66B 7 months ago
parent db1203bb39
commit 454faf94cd

@ -569,19 +569,6 @@
app:layout_constraintTop_toBottomOf="@id/swNotifyPrivate"
app:switchPadding="12dp" />
<TextView
android:id="@+id/tvNotifySensitiveHint"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:layout_marginEnd="48dp"
android:text="@string/title_advanced_notify_sensitive_hint"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swNotifyPublicActions" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/swNotifyBackgroundOnly"
android:layout_width="0dp"
@ -590,7 +577,7 @@
android:text="@string/title_advanced_notify_background"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvNotifySensitiveHint"
app:layout_constraintTop_toBottomOf="@id/swNotifyPublicActions"
app:switchPadding="12dp" />
<androidx.appcompat.widget.SwitchCompat

@ -1072,7 +1072,6 @@
<string name="title_advanced_wearable_hint">Notifications are only sent to a wearable after the message text has been downloaded</string>
<string name="title_advanced_messaging_hint">This is required for Android Auto support</string>
<string name="title_advanced_move_hint">The target folder can be configured in the account settings</string>
<string name="title_advanced_notify_sensitive_hint">Requires disabling sensitive notifications in Android\'s settings</string>
<string name="title_advanced_notify_no_grouping">This Android version does not support notification grouping</string>
<string name="title_advanced_notify_no_channels">This Android version does not support notification channels</string>

Loading…
Cancel
Save