Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 21, 2023
1 parent a142346 commit a2a8b15
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ class ConnectFragment : BaseFragment(), NavigationBarPainter {
Intent(
Intent.ACTION_VIEW,
Uri.parse(
requireContext()
.getString(R.string.download_url)
.appendHideNavOnPlayBuild()
requireContext().getString(R.string.download_url).appendHideNavOnPlayBuild()
)
)
.apply { flags = Intent.FLAG_ACTIVITY_NEW_TASK }
Expand Down

0 comments on commit a2a8b15

Please sign in to comment.