mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
remove a searchMenuItem check
This commit is contained in:
@ -88,7 +88,6 @@ class MainActivity : SimpleActivity(), NavigationListener, RefreshRecyclerViewLi
|
||||
super.onCreate(savedInstanceState)
|
||||
setContentView(R.layout.activity_main)
|
||||
appLaunched()
|
||||
calendar_fab.setOnClickListener { launchNewEventIntent() }
|
||||
checkWhatsNewDialog()
|
||||
|
||||
if (resources.getBoolean(R.bool.portrait_only))
|
||||
@ -121,6 +120,7 @@ class MainActivity : SimpleActivity(), NavigationListener, RefreshRecyclerViewLi
|
||||
refreshCalDAVCalendars(false)
|
||||
}
|
||||
|
||||
calendar_fab.setOnClickListener { launchNewEventIntent() }
|
||||
checkOpenIntents()
|
||||
}
|
||||
|
||||
@ -176,9 +176,7 @@ class MainActivity : SimpleActivity(), NavigationListener, RefreshRecyclerViewLi
|
||||
findItem(R.id.refresh_caldav_calendars).isVisible = config.caldavSync
|
||||
}
|
||||
|
||||
if (mSearchMenuItem == null) {
|
||||
setupSearch(menu)
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user