override fun hideLoading() {
        val handler = Handler(Looper.getMainLooper())
        handler.post({
            progressBar.visibility = View.GONE
            repoList.alpha = 1.0f