Enable pull to refresh feature

pull/109/head
Abhijit Valluri 4 years ago committed by Abhijit Kiran Valluri
parent 0cde4da977
commit 0f8fd0c10f

@ -12,7 +12,7 @@ object FeatureFlags {
* Pull-to-refresh allows you to pull the web content down far enough to have the page to * Pull-to-refresh allows you to pull the web content down far enough to have the page to
* reload. * reload.
*/ */
const val pullToRefreshEnabled = false const val pullToRefreshEnabled = true
/** /**
* Shows Synced Tabs in the tabs tray. * Shows Synced Tabs in the tabs tray.

@ -107,7 +107,7 @@
<androidx.preference.PreferenceCategory <androidx.preference.PreferenceCategory
android:layout="@layout/preference_cat_style" android:layout="@layout/preference_cat_style"
android:title="@string/preferences_gestures" android:title="@string/preferences_gestures"
app:allowDividerAbove="false" app:allowDividerAbove="true"
app:iconSpaceReserved="false"> app:iconSpaceReserved="false">
<androidx.preference.SwitchPreference <androidx.preference.SwitchPreference
android:key="@string/pref_key_website_pull_to_refresh" android:key="@string/pref_key_website_pull_to_refresh"

Loading…
Cancel
Save