Commit 6e9769a8 authored by Mihai Adrian's avatar Mihai Adrian Committed by Gabriel
Browse files

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

parent 1d047368
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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()