mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-11 09:23:50 +01:00
makes the bug report screenshot preview always visible
This commit is contained in:
parent
979dec75de
commit
d8814974c5
@ -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 New Issue
Block a user