Skip to content

Commit

Permalink
Add unblock action when blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jan 7, 2025
1 parent 040e2e3 commit 8284e09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fun ConnectionButton(
is TunnelState.Connected -> R.string.disconnect
is TunnelState.Error -> {
if (state.errorState.isBlocking) {
R.string.disconnect
R.string.unblock
} else {
R.string.dismiss
}
Expand Down

0 comments on commit 8284e09

Please sign in to comment.