Re-enable swipe to reply by default
Change-Id: I2bb4e8c003d2e535526227267534acd9bac131da
This commit is contained in:
parent
51ec9d6811
commit
59cf7fc075
|
@ -313,7 +313,7 @@ class VectorPreferences @Inject constructor(private val context: Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fun swipeToReplyIsEnabled(): Boolean {
|
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 {
|
fun labShowCompleteHistoryInEncryptedRoom(): Boolean {
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
android:summary="@string/labs_mark_rooms_unread_summary" />
|
android:summary="@string/labs_mark_rooms_unread_summary" />
|
||||||
|
|
||||||
<im.vector.app.core.preference.VectorSwitchPreference
|
<im.vector.app.core.preference.VectorSwitchPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="true"
|
||||||
android:key="SETTINGS_LABS_ENABLE_SWIPE_TO_REPLY"
|
android:key="SETTINGS_LABS_ENABLE_SWIPE_TO_REPLY"
|
||||||
android:title="@string/labs_swipe_to_reply_in_timeline" />
|
android:title="@string/labs_swipe_to_reply_in_timeline" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue