update to latest IDE

This commit is contained in:
geeksville
2020-01-20 16:13:40 -08:00
parent 7f3f7e9b3a
commit 8c3b9ce30d
22 changed files with 233 additions and 111 deletions

View File

@@ -31,7 +31,7 @@ class MainActivity : AppCompatActivity() {
// Handle action bar item clicks here. The action bar will
// automatically handle clicks on the Home/Up button, so long
// as you specify a parent activity in AndroidManifest.xml.
return when(item.itemId) {
return when (item.itemId) {
R.id.action_settings -> true
else -> super.onOptionsItemSelected(item)
}