This commit is contained in:
Matthias Schreiner 2019-05-19 22:22:18 +02:00
parent 56b8edfe1d
commit b64854c42a
1 changed files with 3 additions and 7 deletions

View File

@ -80,15 +80,11 @@ public class MainActivity extends AppCompatActivity
if (id == R.id.nav_home) { if (id == R.id.nav_home) {
// Handle the camera action // Handle the camera action
} else if (id == R.id.nav_gallery) { } else if (id == R.id.nav_weather) {
} else if (id == R.id.nav_slideshow) { } else if (id == R.id.nav_map) {
} else if (id == R.id.nav_tools) { } else if (id == R.id.nav_level) {
} else if (id == R.id.nav_share) {
} else if (id == R.id.nav_send) {
} }