makes the bug report screenshot preview always visible

This commit is contained in:
Adam Brown 2022-06-16 10:58:28 +01:00
parent 979dec75de
commit d8814974c5
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class BugReportActivity : VectorBaseActivity<ActivityBugReportBinding>() {
}
private fun onSendScreenshotChanged() {
views.bugReportScreenshotPreview.isVisible = views.bugReportButtonIncludeScreenshot.isChecked && bugReporter.screenshot != null
views.bugReportScreenshotPreview.isVisible = bugReporter.screenshot != null
}
override fun onBackPressed() {