Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d03e5443 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Issue 656: Remove comments

parent a183ff0e
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -772,15 +772,6 @@ class ApplicationFragment : TimeoutFragment(R.layout.fragment_application) {
        togglePrivacyInfoVisibility(true)
    }

    /**
     * It takes fair amount of time to load trackers information after loading app details.
     * Till trackers are loaded, we should show loading icon for privacy info.
     *
     * Issue: https://gitlab.e.foundation/e/os/backlog/-/issues/656
     *
     * @param visible Boolean to toggle visibility of loading progress bar or the
     * layout contents.
     */
    private fun togglePrivacyInfoVisibility(visible: Boolean) {
        val visibility = if (visible) View.VISIBLE else View.INVISIBLE
        binding.privacyInclude.run {