Re-enable swipe to reply by default

Change-Id: I2bb4e8c003d2e535526227267534acd9bac131da
This commit is contained in:
SpiritCroc 2021-06-01 10:35:59 +02:00
parent 51ec9d6811
commit 59cf7fc075
2 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@ class VectorPreferences @Inject constructor(private val context: Context) {
}
fun swipeToReplyIsEnabled(): Boolean {
return defaultPrefs.getBoolean(SETTINGS_LABS_ENABLE_SWIPE_TO_REPLY, false)
return defaultPrefs.getBoolean(SETTINGS_LABS_ENABLE_SWIPE_TO_REPLY, true)
}
fun labShowCompleteHistoryInEncryptedRoom(): Boolean {

View File

@ -53,7 +53,7 @@
android:summary="@string/labs_mark_rooms_unread_summary" />
<im.vector.app.core.preference.VectorSwitchPreference
android:defaultValue="false"
android:defaultValue="true"
android:key="SETTINGS_LABS_ENABLE_SWIPE_TO_REPLY"
android:title="@string/labs_swipe_to_reply_in_timeline" />