Skip to content

Commit

Permalink
fix: Fixed UI glitch in BlocklistFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jul 22, 2023
1 parent ac88b66 commit f17f69d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class BlocklistFragment : Fragment() {
binding.recyclerview.adapter = adapter
binding.recyclerview.layoutManager = LinearLayoutManager(requireContext())

binding.notice.isVisible = BuildConfig.ROOTLESS
binding.notice.isVisible = false
binding.notice.setOnClickListener {
requireContext().showAlert(
getString(R.string.blocklist_unsupported_apps),
Expand Down

0 comments on commit f17f69d

Please sign in to comment.