Merge pull request #1878 from singaltanmay/singaltanmay-fix-1856

Dismiss loading icon if no internet connection detected
This commit is contained in:
Seán Mac Gillicuddy 2020-03-11 15:54:44 +00:00 committed by GitHub
commit 11c14fb9b1
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
}
}
}