Update Kotlin to 1.5 and dependencies

This commit is contained in:
Koitharu
2021-05-20 08:09:35 +03:00
parent 4e5de1e33e
commit d65158b7b9
6 changed files with 15 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ class ShelfConfigActivity : BaseActivity<ActivityCategoriesBinding>(), OnListIte
viewModel.onError.observe(this, this::onError)
}
override fun onCreateOptionsMenu(menu: Menu?): Boolean {
override fun onCreateOptionsMenu(menu: Menu): Boolean {
menuInflater.inflate(R.menu.opt_config, menu)
return super.onCreateOptionsMenu(menu)
}