mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 11:26:01 +03:00
Fix missing title in BugReport screen
This commit is contained in:
parent
53c7ea2831
commit
a036be6436
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ class BugReportActivity : VectorBaseActivity() {
|
|||
bug_report_button_include_crash_logs.isVisible = false
|
||||
|
||||
// Keep the screenshot
|
||||
} else {
|
||||
supportActionBar?.setTitle(R.string.title_activity_bug_report)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue