mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Fix missing title in BugReport screen
This commit is contained in:
parent
53c7ea2831
commit
a036be6436
@ -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 New Issue
Block a user