Skip to content

Commit

Permalink
Update app/src/main/java/org/openobservatory/ooniprobe/activity/oonir…
Browse files Browse the repository at this point in the history
…un/OoniRunV2Activity.kt

Co-authored-by: Simone Basso <[email protected]>
  • Loading branch information
aanorbel and bassosimone authored Feb 9, 2024
1 parent 764fa06 commit cff12b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class OoniRunV2Activity : AbstractActivity() {
// If the intent contains a link, but it is not a supported link or has a non-numerical `link_id`.
val possibleRunId: Long = getRunId(uri) ?: finishWithError().run { return }


// If the intent contains a link, but the `link_id` is zero.
if (possibleRunId == 0L) {
finishWithError().run { return }
Expand Down

0 comments on commit cff12b1

Please sign in to comment.