For #11497: Disable pull to refresh in error states.

fennec/production
mcarare 4 years ago committed by Mihai Adrian
parent 0c514f5f1c
commit 0ebfa4f947

@ -45,6 +45,7 @@ class SyncedTabsLayout @JvmOverloads constructor(
synced_tabs_list.visibility = View.GONE
sync_tabs_status.visibility = View.VISIBLE
synced_tabs_pull_to_refresh.isEnabled = false
}
override fun displaySyncedTabs(syncedTabs: List<SyncedDeviceTabs>) {

Loading…
Cancel
Save