comment out the event exporting menu item for now

This commit is contained in:
tibbi 2017-04-02 22:56:38 +02:00
parent 1a2a5f5a75
commit 970fe065de
2 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
R.id.go_to_today -> goToToday()
R.id.filter -> showFilterDialog()
R.id.import_events -> tryImportEvents()
R.id.export_events -> tryExportEvents()
// R.id.export_events -> tryExportEvents()
R.id.export_raw -> tryExportRaw()
R.id.settings -> launchSettings()
R.id.about -> launchAbout()

View File

@ -20,10 +20,10 @@
android:id="@+id/import_events"
android:title="@string/import_events_from_ics"
app:showAsAction="never"/>
<item
<!--<item
android:id="@+id/export_events"
android:title="@string/export_events_to_ics"
app:showAsAction="never"/>
app:showAsAction="never"/>-->
<item
android:id="@+id/export_raw"
android:title="@string/export_raw_database"