mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
Fix compilation issue after rebase
This commit is contained in:
parent
519f49b50d
commit
2ef53e2066
1 changed files with 2 additions and 2 deletions
|
@ -166,11 +166,11 @@ class HomeActivity : VectorBaseActivity(), ToolbarConfigurable {
|
|||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||
when (item.itemId) {
|
||||
R.id.menu_home_suggestion -> {
|
||||
BugReporter.openBugReportScreen(this, true)
|
||||
bugReporter.openBugReportScreen(this, true)
|
||||
return true
|
||||
}
|
||||
R.id.menu_home_report_bug -> {
|
||||
BugReporter.openBugReportScreen(this, false)
|
||||
bugReporter.openBugReportScreen(this, false)
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue