mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-17 16:55:10 +00:00
final fixes
This commit is contained in:
parent
2703851dbd
commit
a031800855
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue