mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix a crash in older android versions
This commit is contained in:
		| @@ -6,27 +6,23 @@ | ||||
|     <item | ||||
|         android:id="@+id/action_download" | ||||
|         android:title="@string/action_download" | ||||
|         android:icon="@drawable/ic_file_download_white_24dp" | ||||
|         android:visible="true" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_delete" | ||||
|         android:title="@string/action_delete" | ||||
|         android:icon="@drawable/ic_delete_white_24dp" | ||||
|         android:visible="false" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_mark_as_read" | ||||
|         android:title="@string/action_mark_as_read" | ||||
|         android:icon="@drawable/ic_done_all_white_24dp" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_mark_as_unread" | ||||
|         android:title="@string/action_mark_as_unread" | ||||
|         android:icon="@drawable/ic_done_all_grey_24dp" | ||||
|         app:showAsAction="ifRoom"/> | ||||
|  | ||||
| </menu> | ||||
		Reference in New Issue
	
	Block a user