0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-17 16:55:10 +00:00

final fixes

This commit is contained in:
X1nto 2020-06-20 20:00:21 +04:00
parent 2703851dbd
commit a031800855

View file

@ -284,6 +284,7 @@ class HomeFragment : Home() {
VANCED_DOWNLOADED -> { VANCED_DOWNLOADED -> {
view?.findViewById<TextView>(R.id.vanced_downloading)?.visibility = View.GONE view?.findViewById<TextView>(R.id.vanced_downloading)?.visibility = View.GONE
view?.findViewById<ProgressBar>(R.id.vanced_progress)?.visibility = View.GONE view?.findViewById<ProgressBar>(R.id.vanced_progress)?.visibility = View.GONE
view?.findViewById<ProgressBar>(R.id.vanced_installing)?.visibility = View.VISIBLE
} }
DOWNLOAD_ERROR -> { DOWNLOAD_ERROR -> {
val error = intent.getStringExtra("DownloadError") as String val error = intent.getStringExtra("DownloadError") as String