mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
update to latest IDE
This commit is contained in:
parent
7f3f7e9b3a
commit
8c3b9ce30d
22 changed files with 233 additions and 111 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue