mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 13:00:18 +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
|
bug_report_button_include_crash_logs.isVisible = false
|
||||||
|
|
||||||
// Keep the screenshot
|
// Keep the screenshot
|
||||||
|
} else {
|
||||||
|
supportActionBar?.setTitle(R.string.title_activity_bug_report)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue