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

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

Merge branch '2753-main-web_calendar' into 'main'

Update activity name for web calendar manager

See merge request !147
parents c058245a ae11a0d8
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) {