1
0
Fork 0

For #7031 - Hide progress bar when leaving DeleteBrowsingDataFragment (#7056)

master
Mihai Adrian 2019-12-10 18:17:45 +02:00 committed by Gabriel
parent 1d04736884
commit 6e9769a81b
1 changed files with 5 additions and 0 deletions

View File

@ -157,6 +157,11 @@ class DeleteBrowsingDataFragment : Fragment(R.layout.fragment_delete_browsing_da
}
}
override fun onPause() {
super.onPause()
progress_bar.visibility = View.GONE
}
private fun updateItemCounts() {
updateTabCount()
updateHistoryCount()