pull/600/head
Mihai Adrian 5 years ago committed by Gabriel
parent 4a62f38670
commit 018f97df45

@ -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()

Loading…
Cancel
Save