Skip to content

Commit

Permalink
fix: additive visibility issue solved (#3871)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikaysharma01 committed Mar 6, 2021
1 parent e684f9b commit 287435b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -397,7 +397,6 @@ class ContinuousScanActivity : AppCompatActivity() {
binding.quickViewSlideUpIndicator.visibility = View.VISIBLE
binding.quickViewName.visibility = View.VISIBLE
binding.frameLayout.visibility = View.VISIBLE
binding.quickViewAdditives.visibility = View.VISIBLE
if (!analysisTagsEmpty) {
binding.quickViewTags.visibility = View.VISIBLE
} else {
Expand Down

0 comments on commit 287435b

Please sign in to comment.