mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
makes the bug report screenshot preview always visible
This commit is contained in:
parent
979dec75de
commit
d8814974c5
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue