mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix compilation issue after rebase
This commit is contained in:
parent
519f49b50d
commit
2ef53e2066
@ -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…
Reference in New Issue
Block a user