Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae11a0d8 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Update activity name for web calendar manager

parent c058245a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ class OseAccountsDrawerHandler @Inject constructor(): BaseAccountsDrawerHandler(

    companion object {
        private const val WEB_CAL_MANAGER_PACKAGE = "foundation.e.webcalendarmanager"
        private const val WEB_CAL_MANAGER_MAIN_ACTIVITY = "at.bitfire.icsdroid.ui.CalendarListActivity"
        private const val WEB_CAL_MANAGER_MAIN_ACTIVITY = "at.bitfire.icsdroid.ui.views.CalendarListActivity"
    }

    override fun onNavigationItemSelected(activity: Activity, item: MenuItem) {