mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-19 04:38:44 +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…
Add table
Reference in a new issue