Skip to content

Commit

Permalink
Revert "Remove tvSubtitle when making a connection"
Browse files Browse the repository at this point in the history
This reverts commit 887ef39.
  • Loading branch information
syphyr committed Jan 24, 2025
1 parent 4791904 commit 5a33eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class ConnectFragment : Fragment(), ConnectionHelperCallbacks,

ivOnion.setImageResource(R.drawable.toroff)
stopAnimations()
tvSubtitle.visibility = View.GONE
tvSubtitle.visibility = View.VISIBLE
progressBar.visibility = View.INVISIBLE
lvConnectedActions.visibility = View.GONE
tvTitle.text = getString(R.string.secure_your_connection_title)
Expand Down

0 comments on commit 5a33eaf

Please sign in to comment.