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
|
bug_report_button_include_crash_logs.isVisible = false
|
||||||
|
|
||||||
// Keep the screenshot
|
// Keep the screenshot
|
||||||
|
} else {
|
||||||
|
supportActionBar?.setTitle(R.string.title_activity_bug_report)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue