Skip to content

Commit

Permalink
Update GpuDriverActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 19, 2025
1 parent 32c0246 commit 8605e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class GpuDriverActivity : AppCompatActivity() {
progressText?.visibility = View.GONE
progressBar?.isIndeterminate = true

val fetchOutput = DriversFetcher.fetchReleases(repoUrl)
val fetchOutput = DriversFetcher.fetchReleases(repoUrl, bypassValidation)
progressDialog.dismiss()

if (fetchOutput.result is FetchResult.Error) {
Expand Down

0 comments on commit 8605e4e

Please sign in to comment.