This repository was archived by the owner on Apr 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
java/me/zhanghai/android/douya/navigation/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 241241 </intent-filter >
242242 </receiver >
243243
244- <receiver android : name =" .calendar.app.CalendarAppWidgetProvider" >
244+ <!-- < receiver android:name=".calendar.app.CalendarAppWidgetProvider" >
245245 <intent-filter>
246246 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
247247 </intent-filter>
248248 <meta-data
249249 android:name="android.appwidget.provider"
250250 android:resource="@xml/calendar_appwidget" />
251- </receiver >
251+ </receiver>-->
252252
253253 <receiver
254254 android : name =" .network.api.credential.SetApiCredentialReceiver"
Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ public void onDrawerClosed(View drawerView) {
129129 // TODO
130130 UriHandler .open ("https://music.douban.com/" , getActivity ());
131131 break ;
132- case R .id .navigation_calendar :
133- openCalendar ();
134- break ;
132+ // case R.id.navigation_calendar:
133+ // openCalendar();
134+ // break;
135135 case R .id .navigation_settings :
136136 openSettings ();
137137 break ;
Original file line number Diff line number Diff line change 3333 </group >
3434
3535 <!-- Set an id on this group to show a divider. -->
36- <group android : id =" @+id/navigation_group_secondary" >
36+ <!-- < group android:id="@+id/navigation_group_secondary" >
3737
3838 <item
3939 android:id="@+id/navigation_calendar"
4040 android:icon="@drawable/event_note_icon_white_24dp"
4141 android:title="@string/navigation_calendar" />
42- </group >
42+ </group>-->
4343
4444 <!-- Set an id on this group to show a divider. -->
4545 <group android : id =" @+id/navigation_group_tertiary" >
You can’t perform that action at this time.
0 commit comments