1
0
Fork 0

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

master
mcarare 2020-06-12 11:08:03 +03:00 committed by Mihai Adrian
parent 0c514f5f1c
commit 0ebfa4f947
1 changed files with 1 additions and 0 deletions

View File

@ -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>) {