fix build
This commit is contained in:
parent
dbf1772397
commit
679a63f757
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ class OHLoginActivity : DaggerAppCompatActivity() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onOptionsItemSelected(item: MenuItem?) =
|
override fun onOptionsItemSelected(item: MenuItem): Boolean =
|
||||||
if (item?.itemId == android.R.id.home) {
|
if (item.itemId == android.R.id.home) {
|
||||||
onBackPressed()
|
onBackPressed()
|
||||||
true
|
true
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue