override fun showLoading() {
        val handler = Handler(Looper.getMainLooper())
        handler.post({
            progressBar.visibility = View.VISIBLE
            repoList.alpha = 0.4f