Skip to content

Commit

Permalink
Merge pull request #321 from gr1nd3lw4ld/master
Browse files Browse the repository at this point in the history
bug-fix
  • Loading branch information
arshadpatel2001 authored Oct 11, 2023
2 parents 81c7ac5 + b63ac67 commit 07146bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class AnalyzeActvity : Fragment() {
}
}

private fun onAnalysisButtonClick()
private fun onAnalysisButtonClick() {
imageGridView.adapter = imageAdapter
finalLabels.clear()
counter = 0
Expand Down

0 comments on commit 07146bf

Please sign in to comment.