Skip to content

Commit

Permalink
Fix display/copy of onion address
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Jul 31, 2023
1 parent e4d7baa commit a3d58d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/onionshare/android/ShareManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class ShareManager @Inject constructor(
// We only create the hidden service after files have been zipped and webserver was started,
// so we are in sharing state once the first HS descriptor has been published.
notificationManager.onSharing()
ShareUiState.Sharing(torState.onion)
ShareUiState.Sharing("http://${torState.onion}.onion")
}

TorState.FailedToConnect -> {
Expand Down

0 comments on commit a3d58d8

Please sign in to comment.