Skip to content

Commit

Permalink
Udated comments based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Feb 9, 2024
1 parent c6cdee6 commit 0be80b8
Showing 1 changed file with 2 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,39 +157,16 @@ class OoniRunV2Activity : AbstractActivity() {
try {
when (host) {
"runv2" -> {
/**
/*
* The run id is the first segment of the path.
* Launched when `Open Link in OONI Probe` is clicked.
* e.g. ooni://runv2/link_id
*/
/**
* The run id is the first segment of the path.
* Launched when `Open Link in OONI Probe` is clicked.
* e.g. ooni://runv2/link_id
*/
/**
* The run id is the first segment of the path.
* Launched when `Open Link in OONI Probe` is clicked.
* e.g. ooni://runv2/link_id
*/

return uri.pathSegments[0].toLong()
}

"run.test.ooni.org" -> {
/**
* The run id is the second segment of the path.
* Launched when the system recognizes this app can open this link
* and launches the app when a link is clicked.
* e.g. https://run.test.ooni.org/v2/link_id
*/
/**
* The run id is the second segment of the path.
* Launched when the system recognizes this app can open this link
* and launches the app when a link is clicked.
* e.g. https://run.test.ooni.org/v2/link_id
*/
/**
/*
* The run id is the second segment of the path.
* Launched when the system recognizes this app can open this link
* and launches the app when a link is clicked.
Expand Down

0 comments on commit 0be80b8

Please sign in to comment.