Update LibraryFragment.kt

This commit is contained in:
Tanmay Singal 2020-03-10 17:36:41 +05:30 committed by GitHub
parent cb2fc373bd
commit 2afebe1b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,7 @@ class LibraryFragment : BaseFragment() {
libraryErrorText.setText(R.string.no_network_connection)
libraryErrorText.visibility = VISIBLE
}
librarySwipeRefresh.isRefreshing = false
}
}
}