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

Commit 4e776437 authored by ddast's avatar ddast Committed by Jochen Sprickerhof
Browse files

Navigation represents the current calendar view (#157)

parent 4500d348
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
            android:title="@string/agenda_view" />

    </group>
    <group android:id="@+id/navigation_subheader" android:checkableBehavior="single">
    <group android:id="@+id/navigation_subheader" android:checkableBehavior="none">
        <item
            android:id="@+id/action_select_visible_calendars"
            android:icon="@drawable/ic_menu_select_visible_calendars"
+0 −1
Original line number Diff line number Diff line
@@ -937,7 +937,6 @@ public class AllInOneActivity extends AbstractCalendarActivity implements EventH
                break;
        }
        mDrawerLayout.closeDrawers();
        item.setChecked(true);
        return false;
    }